We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6e3a2 commit ee3b674Copy full SHA for ee3b674
assets/scss/common/_custom.scss
@@ -15,6 +15,9 @@
15
margin-top: -8px;
16
margin-bottom: -8px;
17
}
18
+[data-bs-theme="dark"] .image-hover {
19
+ opacity: 0.4;
20
+}
21
.image-hover:hover {
22
opacity: 1;
23
assets/scss/common/_variables-custom.scss
@@ -2,7 +2,7 @@
2
3
// Light mode
4
$primary: #50dc51;
5
-$secondary: green;
+$secondary: #008000;
6
$focus: #50dc51;
7
$link-color: #50dc51;
8
$button-color: #50dc51;
@@ -14,7 +14,7 @@ $danger: red;
14
// Dark mode
$primary-dark: #50dc51;
-$secondary-dark: green;
+$secondary-dark: #008000;
$focus-dark: #50dc51;
$link-color-dark: #50dc51;
$button-color-dark: #50dc51;
0 commit comments