header a active

This commit is contained in:
2021-11-18 14:02:52 +01:00
parent 481d5eb8ab
commit 2c7ee33edf
2 changed files with 20 additions and 17 deletions
@@ -33,9 +33,9 @@ header{
padding-right: 1rem;
a {
color: $black;
.is-active {
color: $blue-light;
}
}
.is-active {
color: $blue-light;
}
}
.ul2{
@@ -45,9 +45,6 @@ header{
:hover{
color: $blue-light;
}
// :visited {
// color: $blue-light;
// }
}
li ul {
@@ -55,12 +52,7 @@ header{
flex-direction: column;
}
// .region-header-top-rigth {
// width: 7rem;
// height: 7rem;
// }
#block-burger {
z-index: 1;
background-color: $blue-light;
@@ -127,5 +119,6 @@ header{
}
}
}