mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
pinkify
This commit is contained in:
parent
19fd33eceb
commit
688fe2bc48
3 changed files with 34 additions and 15 deletions
16
site/sass/themes/basic.scss
Normal file
16
site/sass/themes/basic.scss
Normal file
|
@ -0,0 +1,16 @@
|
|||
body {
|
||||
--bg-color: #eee;
|
||||
--text-color: black;
|
||||
--accent-color: #b520e7;
|
||||
--accent-text-color: var(--bg-color);
|
||||
--accent-color-neutral: #aaa;
|
||||
--accent-text-color-neutral: #eee;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--bg-color: #333;
|
||||
--text-color: #ccc;
|
||||
--accent-text-color: black;
|
||||
--accent-color-neutral: #555;
|
||||
--accent-text-color-neutral: #bbb;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue