From d6ed9ccc819eba813b3bf8e1f8829117d43382b2 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 17 Dec 2019 13:10:27 +0100 Subject: (css) alter .title-page section header style --- client/src/sass/application.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'client') 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); } -- cgit v1.2.3