We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6e3a2 commit 2b01948Copy full SHA for 2b01948
2 files changed
assets/scss/common/_custom.scss
@@ -18,3 +18,7 @@
18
.image-hover:hover {
19
opacity: 1;
20
}
21
+[data-bs-theme="dark"] .image-hover {
22
+ opacity: 0.4;
23
+}
24
+
assets/scss/common/_variables-custom.scss
@@ -1,20 +1,20 @@
1
// Put your custom SCSS variables here
2
3
// Light mode
4
-$primary: #50dc51;
5
-$secondary: green;
6
-$focus: #50dc51;
7
-$link-color: #50dc51;
8
-$button-color: #50dc51;
9
-$button-hover-color: #50dc51;
+$primary: #4d7c0f;
+$secondary: #4d7c0f;
+$focus: #4d7c0f;
+$link-color: #4d7c0f;
+$button-color: #4d7c0f;
+$button-hover-color: #4d7c0f;
10
$success: green;
11
$info: blue;
12
$warning: yellow;
13
$danger: red;
14
15
// Dark mode
16
$primary-dark: #50dc51;
17
-$secondary-dark: green;
+$secondary-dark: #50dc51;
$focus-dark: #50dc51;
$link-color-dark: #50dc51;
$button-color-dark: #50dc51;
0 commit comments