]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix top menu opacity
authorChocobozzz <me@florianbigard.com>
Thu, 16 Jun 2022 13:09:47 +0000 (15:09 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 16 Jun 2022 13:14:00 +0000 (15:14 +0200)
client/src/app/+admin/plugins/shared/plugin-card.component.scss
client/src/app/shared/shared-forms/markdown-textarea.component.scss
client/src/sass/bootstrap.scss
client/src/sass/class-helpers.scss

index 9f05f9db655b37e9f7c5b4a7e0bb58b5086dfdca..7ee3376a7b03a96c538cc4a8e05010281d398c40 100644 (file)
@@ -18,7 +18,7 @@
   }
 
   .plugin-version {
-    opacity: 0.6;
+    opacity: 0.7;
   }
 
   .plugin-icon {
index 421c8cbcca496e36c230a486ae88fb53c13adf9b..116630d8a64b2ee0d32ec22ae08da1bb2fa368f4 100644 (file)
@@ -49,7 +49,7 @@ $input-border-radius: 3px;
 
           svg {
             stroke: var(--mainForegroundColor);
-            opacity: 0.6;
+            opacity: 0.7;
           }
 
           &:hover,
index 6a5d366394985b036a85215e6cbebce5fc667b97..28a6f4807d1476fcfd7ebea21346886b50e48c8c 100644 (file)
   font-weight: $font-semibold !important;
 
   .nav-link {
-    opacity: 0.6 !important;
+    opacity: 0.7 !important;
 
     &.active,
     &:hover,
   font-weight: $font-semibold;
   border: 0;
   border-bottom: 2px solid transparent;
-  opacity: 0.6;
+  opacity: 0.7;
 
   &.active {
     color: pvar(--mainForegroundColor);
index 75e14ec0986fdb36bfdb3479150755029fa3ffa2..d4277e4cdbf9909f8b0d3963edf7c86970a98533 100644 (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;