This commit is contained in:
Stuart Colville 2020-03-06 14:38:28 +00:00
Родитель dcf1fc7564
Коммит f62416a527
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 91839D842F658BCF
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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;