mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Bug Fixes
This commit is contained in:
parent
f303f91108
commit
2838030839
6 changed files with 27 additions and 24 deletions
|
@ -55,7 +55,7 @@ body[data-theme='light'] {
|
|||
}
|
||||
|
||||
body[data-theme='nord'] {
|
||||
--color-foreground: var(--vt-c-blue);
|
||||
--color-foreground: #88c0d0;
|
||||
--color-background: #2e3440;
|
||||
--color-background-soft: #3b4252;
|
||||
--color-background-mute: #434c5e;
|
||||
|
@ -64,7 +64,7 @@ body[data-theme='nord'] {
|
|||
--color-border-hover: #4c566a;
|
||||
|
||||
--color-shadow: #4c566a;
|
||||
--color-scrollbar: var(--vt-c-blue);
|
||||
--color-scrollbar: #88c0d0;
|
||||
|
||||
--color-heading: #d8dee9;
|
||||
--color-text: #d8dee9;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue