From a266cecc0cbdf3883fa67f4e85b4c23055318b95 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Mon, 13 May 2019 15:54:04 -0700 Subject: [PATCH] Fix template accessibility (#10208) --- .../content/RazorComponentsWeb-CSharp/wwwroot/css/site.css | 4 ++++ .../Pages/Shared/_CookieConsentPartial.cshtml | 2 +- .../content/RazorPagesWeb-CSharp/wwwroot/css/site.css | 5 +++++ .../Views/Shared/_CookieConsentPartial.cshtml | 2 +- .../content/StarterWeb-CSharp/wwwroot/css/site.css | 5 +++++ .../Views/Shared/_CookieConsentPartial.cshtml | 2 +- .../content/StarterWeb-FSharp/wwwroot/css/site.css | 4 ++++ 7 files changed, 21 insertions(+), 3 deletions(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/wwwroot/css/site.css b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/wwwroot/css/site.css index 2789bc7b8d..222f33c61d 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/wwwroot/css/site.css +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/wwwroot/css/site.css @@ -4,6 +4,10 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } +a { + color: #0366d6; +} + app { position: relative; display: flex; diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml index 7df65c45a2..999a0ed5bf 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Pages/Shared/_CookieConsentPartial.cshtml @@ -9,7 +9,7 @@ @if (showBanner) {