Skip to content

Commit 2be8094

Browse files
hichemfantarCakeLancelot
authored andcommitted
Add slight glow to logo in dark mode, even when not hovering
1 parent 7e6e3a2 commit 2be8094

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/scss/common/_custom.scss

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
.image-hover:hover {
1919
opacity: 1;
2020
}
21+
[data-bs-theme="dark"] .image-hover {
22+
opacity: 0.4;
23+
}
24+

assets/scss/common/_variables-custom.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Light mode
44
$primary: #50dc51;
5-
$secondary: green;
5+
$secondary: #008000;
66
$focus: #50dc51;
77
$link-color: #50dc51;
88
$button-color: #50dc51;
@@ -14,7 +14,7 @@ $danger: red;
1414

1515
// Dark mode
1616
$primary-dark: #50dc51;
17-
$secondary-dark: green;
17+
$secondary-dark: #008000;
1818
$focus-dark: #50dc51;
1919
$link-color-dark: #50dc51;
2020
$button-color-dark: #50dc51;

0 commit comments

Comments
 (0)