Fix violations
This commit is contained in:
Родитель
dcf1fc7564
Коммит
f62416a527
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче