probably fix dark mode and add fix hero section

This commit is contained in:
2022-08-24 19:55:39 +03:00
parent 72e7b7df4d
commit 1102191078
2 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ html {
--grey: #5454547a;
--alt: #333;
--alt-text: #ddd;
color-scheme: dark;
}
html.light {
@@ -26,6 +27,7 @@ html.light {
--grey: #444444;
--alt: #ddd;
--alt-text: #333;
color-scheme: light;
}
body {