(css) alter .title-page section header style
This commit is contained in:
parent
174e085587
commit
d6ed9ccc81
|
@ -142,12 +142,19 @@ label {
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
&.active, &.title-page-single {
|
&.active, &.title-page-single {
|
||||||
border-bottom: 2px solid var(--mainColor);
|
|
||||||
font-weight: $font-bold;
|
font-weight: $font-bold;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
border-bottom: 2px solid var(--mainColor);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.title-page-single {
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover, &:active, &:focus {
|
&:hover, &:active, &:focus {
|
||||||
color: var(--mainForegroundColor);
|
color: var(--mainForegroundColor);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue