From f62416a52700dc75db8af2e2eaefc7cc9d2b5135 Mon Sep 17 00:00:00 2001 From: Stuart Colville Date: Fri, 6 Mar 2020 14:38:28 +0000 Subject: [PATCH] Fix violations --- _assets/css/_fullwidth.scss | 4 ++-- _assets/css/_main.scss | 2 +- _assets/css/_settings.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_assets/css/_fullwidth.scss b/_assets/css/_fullwidth.scss index 852cff5d..79b9af57 100644 --- a/_assets/css/_fullwidth.scss +++ b/_assets/css/_fullwidth.scss @@ -150,7 +150,7 @@ Stylesheet: Full Width Page Stylesheet &:focus { text-decoration: none; - outline: 1px dotted currentcolor; + outline: 1px dotted currentColor; } } @@ -836,7 +836,7 @@ Stylesheet: Full Width Page Stylesheet &:focus { text-decoration: none; - outline: 1px dotted currentcolor; + outline: 1px dotted currentColor; } } diff --git a/_assets/css/_main.scss b/_assets/css/_main.scss index 8bc02259..244146c2 100644 --- a/_assets/css/_main.scss +++ b/_assets/css/_main.scss @@ -129,7 +129,7 @@ a:focus { .topNav a:focus, .logo a:focus { text-decoration: none; - outline: 1px dotted currentcolor; + outline: 1px dotted currentColor; } .tile-borderless a:focus img, diff --git a/_assets/css/_settings.scss b/_assets/css/_settings.scss index 2dd11afe..2b12cc6e 100644 --- a/_assets/css/_settings.scss +++ b/_assets/css/_settings.scss @@ -199,7 +199,7 @@ $xy-block-grid-max: 8; $header-font-family: 'Inter', sans-serif; $header-font-weight: $global-weight-bold; $header-font-style: normal; -$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace; +$font-family-monospace: consolas, 'Liberation Mono', courier, monospace; $header-color: inherit; $header-lineheight: 1.125; $header-margin-bottom: 1.5rem;