tweak colors
This commit is contained in:
parent
ae774edfe5
commit
8126911456
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
.glitch {
|
||||
color: var(--alt-accent-900);
|
||||
background-color: rgba(0, 0, 0, 0.233);;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
@ -107,7 +108,7 @@
|
|||
--secondary: #76552e;
|
||||
--accent: #ffa941;
|
||||
|
||||
--content-gradient: linear-gradient(to bottom right, var(--primary-900), var(--secondary-800));
|
||||
--content-gradient: linear-gradient(to bottom right, var(--secondary-800), var(--primary-900));
|
||||
--accent-gradient: linear-gradient(to bottom right, var(--accent), var(--accent-200) 30%, var(--text) 60%);
|
||||
|
||||
--link: var(--accent-300);
|
||||
|
|
Loading…
Reference in a new issue