File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1818.image-hover :hover {
1919 opacity : 1 ;
2020}
21+ [data-bs-theme = " dark" ] .image-hover {
22+ opacity : 0.4 ;
23+ }
24+
Original file line number Diff line number Diff line change 11// Put your custom SCSS variables here
22
33// 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 ;
1010$success : green ;
1111$info : blue ;
1212$warning : yellow ;
1313$danger : red ;
1414
1515// Dark mode
1616$primary-dark : #50dc51 ;
17- $secondary-dark : green ;
17+ $secondary-dark : #50dc51 ;
1818$focus-dark : #50dc51 ;
1919$link-color-dark : #50dc51 ;
2020$button-color-dark : #50dc51 ;
You can’t perform that action at this time.
0 commit comments