From: Rigel Kent Date: Tue, 17 Dec 2019 12:10:27 +0000 (+0100) Subject: (css) alter .title-page section header style X-Git-Tag: v2.1.0-rc.1~192 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6ed9ccc819eba813b3bf8e1f8829117d43382b2;p=oweals%2Fpeertube.git (css) alter .title-page section header style --- diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index e10663c43..463aeec5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -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); }