File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 18
18
.image-hover :hover {
19
19
opacity : 1 ;
20
20
}
21
+ [data-bs-theme = " dark" ] .image-hover {
22
+ opacity : 0.4 ;
23
+ }
24
+
Original file line number Diff line number Diff line change 1
1
// Put your custom SCSS variables here
2
2
3
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 ;
4
+ $primary : #4d7c0f ;
5
+ $secondary : #4d7c0f ;
6
+ $focus : #4d7c0f ;
7
+ $link-color : #4d7c0f ;
8
+ $button-color : #4d7c0f ;
9
+ $button-hover-color : #4d7c0f ;
10
10
$success : green ;
11
11
$info : blue ;
12
12
$warning : yellow ;
13
13
$danger : red ;
14
14
15
15
// Dark mode
16
16
$primary-dark : #50dc51 ;
17
- $secondary-dark : green ;
17
+ $secondary-dark : #50dc51 ;
18
18
$focus-dark : #50dc51 ;
19
19
$link-color-dark : #50dc51 ;
20
20
$button-color-dark : #50dc51 ;
You can’t perform that action at this time.
0 commit comments