Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin f2d220ef6c Merge pull request 'Fix typo' (#26) from fix-typo into master
Reviewed-on: #26
2023-04-02 19:38:29 +00:00
Benjamin 1a355e514a Fix typo 2023-04-02 21:37:35 +02:00

View file

@ -5,7 +5,7 @@
--black-hover: #282833;
--accent: #7a7a99;
--primary: var(--black-neural);
--primary: var(--black-neutral);
--background: var(--white-neutral);
--hover-background: var(--white-hover);
}
@ -57,7 +57,7 @@ h1 {
@media (prefers-color-scheme: light) {
:root {
--primary: var(--black-neural);
--primary: var(--black-neutral);
--background: var(--white-neutral);
--hover-background: var(--white-hover);
}