revert test black theme
This commit is contained in:
Valère
2023-04-01 06:54:49 +00:00
parent 4da3d9c794
commit 17e5253e59

View File

@@ -53,7 +53,7 @@ html, body {
body { body {
padding: 0; padding: 0;
margin: 0; margin: 0;
color: #181A1B; color: #000;
font-size: 1em; font-size: 1em;
line-height: 1.4; line-height: 1.4;
font-family: ClearSans; font-family: ClearSans;
@@ -67,7 +67,7 @@ body {
} }
a { a {
color: #17191A; color: #800;
text-decoration: underline; text-decoration: underline;
} }
@@ -86,7 +86,7 @@ nav a,
nav a.text-dark:hover, nav a.text-dark:hover,
nav a.text-dark:focus { nav a.text-dark:focus {
color: #17191A !important; color: #800 !important;
} }
.avatar { .avatar {