20 lines
317 B
SCSS
20 lines
317 B
SCSS
.navigationHeader {
|
|
@include font-size(1.8rem);
|
|
|
|
font-weight: bold;
|
|
margin-top: 1.1em;
|
|
}
|
|
|
|
.navigation {
|
|
@include font-size(1.4rem);
|
|
|
|
.active {
|
|
a {
|
|
text-decoration: none;
|
|
color: var(--default-color-invert);
|
|
background: var(--background-color-invert);
|
|
cursor: inherit;
|
|
}
|
|
}
|
|
}
|