Améliore les CSS pour faciliter l'adaptation des svg au thème
This commit is contained in:
parent
2a12a81708
commit
eda63dcb1a
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ section {
|
|||
|
||||
section,
|
||||
section.latte {
|
||||
color-scheme: light;
|
||||
--pink: #ea76cb;
|
||||
--mauve: #8839ef;
|
||||
--red: #d20f39;
|
||||
|
|
@ -53,6 +54,7 @@ section.latte {
|
|||
}
|
||||
|
||||
section.frappe {
|
||||
color-scheme: dark;
|
||||
--pink: #f4b8e4;
|
||||
--mauve: #ca9ee6;
|
||||
--red: #e78284;
|
||||
|
|
@ -80,6 +82,7 @@ section.frappe {
|
|||
}
|
||||
|
||||
section.macchiato {
|
||||
color-scheme: dark;
|
||||
--pink: #f5bde6;
|
||||
--mauve: #c6a0f6;
|
||||
--red: #ed8796;
|
||||
|
|
@ -107,6 +110,7 @@ section.macchiato {
|
|||
}
|
||||
|
||||
section.mocha {
|
||||
color-scheme: dark;
|
||||
--pink: #f5c2e7;
|
||||
--mauve: #cba6f7;
|
||||
--red: #f38ba8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue