Correction d'un bug sur le thème sombre

This commit is contained in:
Damien Broqua 2022-03-08 09:56:23 +01:00
parent e0a8fa42c2
commit 9e7743e16d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ $pagination-hover-color: rgb(115, 151, 186);
[data-theme="dark"] {
--default-color: #{$nord3};
--bg-color: #{lighten($nord0, 2%)};
--bg-alternate-color: #{lighten($nord0, 4%)};
--bg-alternate-color: #{lighten($nord3, 8%)};
--font-color: #{$nord6};
--footer-color: #{$nord1};
--link-color: #{$nord4};