toulouse-2022: add background-color to nav-skip links (#72327)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Thomas Jund 2022-12-22 15:11:09 +01:00
parent 25d0327123
commit dbd931c69a
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ div#header, div#nav {
//
// HEADER
//
#nav-skip a{
background-color: $salmon;
}
.site-header {
border-bottom: 1px solid $gray-5;
}