Fix top menu opacity

pull/5067/head
Chocobozzz 2022-06-16 15:09:47 +02:00
parent 269f789be1
commit 3d2078d6a5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
} }
.plugin-version { .plugin-version {
opacity: 0.6; opacity: 0.7;
} }
.plugin-icon { .plugin-icon {

View File

@ -49,7 +49,7 @@ $input-border-radius: 3px;
svg { svg {
stroke: var(--mainForegroundColor); stroke: var(--mainForegroundColor);
opacity: 0.6; opacity: 0.7;
} }
&:hover, &:hover,

View File

@ -187,7 +187,7 @@
font-weight: $font-semibold !important; font-weight: $font-semibold !important;
.nav-link { .nav-link {
opacity: 0.6 !important; opacity: 0.7 !important;
&.active, &.active,
&:hover, &:hover,
@ -211,7 +211,7 @@
font-weight: $font-semibold; font-weight: $font-semibold;
border: 0; border: 0;
border-bottom: 2px solid transparent; border-bottom: 2px solid transparent;
opacity: 0.6; opacity: 0.7;
&.active { &.active {
color: pvar(--mainForegroundColor); color: pvar(--mainForegroundColor);

View File

@ -102,7 +102,7 @@ label + .form-group-description {
@include disable-default-a-behaviour; @include disable-default-a-behaviour;
@include margin-right(55px); @include margin-right(55px);
opacity: 0.6; opacity: 0.7;
color: pvar(--mainForegroundColor); color: pvar(--mainForegroundColor);
display: inline-block; display: inline-block;
font-weight: $font-semibold; font-weight: $font-semibold;