X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=463aeec5b953f8f08d3c0aafcfaae3eb4e4e1b5e;hb=62ab565d1c772764c77dec0df75ce64b19c57119;hp=4fa72232712441172142a999fad5b0973866375e;hpb=79a899410fdf6d7d4fcb22f05314c9ed3fc5d591;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4fa722327..463aeec5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -26,15 +26,21 @@ body { --mainHoverColor: #{$orange-hover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; + --menuBackgroundColor: #{$menu-background}; --menuForegroundColor: #{$menu-color}; --submenuColor: #{$sub-menu-color}; + --inputColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; + --supportButtonBackgroundColor: #{$support-button}; + --supportButtonColor: #{$white}; + font-family: $main-fonts; font-weight: $font-regular; color: var(--mainForegroundColor); + background-color: var(--mainBackgroundColor); font-size: 14px; } @@ -136,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); }