1
0
Fork 0

Fix top menu opacity

This commit is contained in:
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 {
opacity: 0.6;
opacity: 0.7;
}
.plugin-icon {

View File

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

View File

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

View File

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