(css) alter .title-page section header style

pull/2356/head
Rigel Kent 2019-12-17 13:10:27 +01:00
parent 174e085587
commit d6ed9ccc81
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 8 additions and 1 deletions

View File

@ -142,12 +142,19 @@ label {
@include disable-default-a-behaviour;
&.active, &.title-page-single {
border-bottom: 2px solid var(--mainColor);
font-weight: $font-bold;
margin-top: 30px;
margin-bottom: 25px;
}
&.active {
border-bottom: 2px solid var(--mainColor);
}
&.title-page-single {
font-size: 125%;
}
&:hover, &:active, &:focus {
color: var(--mainForegroundColor);
}