Ajout d'une nouvelle couleur pour les listes
This commit is contained in:
parent
b0e6964205
commit
e0a8fa42c2
2 changed files with 10 additions and 5 deletions
|
@ -38,6 +38,7 @@ $pagination-hover-color: rgb(115, 151, 186);
|
|||
:root {
|
||||
--default-color: #{$white};
|
||||
--bg-color: #{darken($white, 5%)};
|
||||
--bg-alternate-color: #{darken($white, 8%)};
|
||||
--font-color: #{$nord3};
|
||||
--footer-color: #{$darken-white};
|
||||
--link-color: #{$nord1};
|
||||
|
@ -74,6 +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%)};
|
||||
--font-color: #{$nord6};
|
||||
--footer-color: #{$nord1};
|
||||
--link-color: #{$nord4};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue