updating dark academia stylings
All checks were successful
Build Org Website / build (push) Successful in 44s
All checks were successful
Build Org Website / build (push) Successful in 44s
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
}
|
||||
@media (prefers-color-scheme: dark){
|
||||
:root:not([data-theme="light"]){
|
||||
:root:not([data-theme]){
|
||||
--bg: #0f1115;
|
||||
--fg: #e6e6e6;
|
||||
--link: #8ab4ff;
|
||||
@@ -65,6 +65,11 @@
|
||||
--surface: #151820;
|
||||
--surface-soft: #1b202a;
|
||||
--accent: #8ab4ff;
|
||||
--bg-color: var(--surface);
|
||||
--border-color: var(--border);
|
||||
--border-muted: var(--border);
|
||||
--text-muted: var(--muted);
|
||||
--accent-bg: color-mix(in oklab, var(--accent) 12%, var(--surface));
|
||||
}
|
||||
.countdown-wrap {
|
||||
color: var(--fg, #ddd);
|
||||
|
||||
Reference in New Issue
Block a user