💄 (tps) change main color to a dark blue

This commit is contained in:
Julien Calixte
2023-07-09 13:56:09 +02:00
parent 881711038a
commit 2235644846
2 changed files with 10 additions and 8 deletions

View File

@@ -1,8 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap");
:root {
--background-color: #b2f1ad;
--background-color-no-focus: #f4f9f3;
--background-color: #002992;
--background-color-no-focus: #abbbdf;
--color: white;
}
* {
@@ -25,6 +26,7 @@ main {
justify-content: center;
gap: 0;
margin: 1rem 1rem 0;
color: var(--color);
}
ul {