Correction d'un bug sur le thème sombre
This commit is contained in:
parent
e0a8fa42c2
commit
9e7743e16d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ $pagination-hover-color: rgb(115, 151, 186);
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
--default-color: #{$nord3};
|
--default-color: #{$nord3};
|
||||||
--bg-color: #{lighten($nord0, 2%)};
|
--bg-color: #{lighten($nord0, 2%)};
|
||||||
--bg-alternate-color: #{lighten($nord0, 4%)};
|
--bg-alternate-color: #{lighten($nord3, 8%)};
|
||||||
--font-color: #{$nord6};
|
--font-color: #{$nord6};
|
||||||
--footer-color: #{$nord1};
|
--footer-color: #{$nord1};
|
||||||
--link-color: #{$nord4};
|
--link-color: #{$nord4};
|
||||||
|
|
Loading…
Reference in a new issue