mirror of https://github.com/Chocobozzz/PeerTube
(css) alter .title-page section header style
parent
174e085587
commit
d6ed9ccc81
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue