From 17e5253e59a168aa0f700b32e2093a327254fb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re?= Date: Sat, 1 Apr 2023 06:54:49 +0000 Subject: [PATCH] revert 82bb0e5901f49528037cad09185e9cf59d3ce27d revert test black theme --- it/static/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/it/static/css/app.css b/it/static/css/app.css index 73212f7..410c196 100644 --- a/it/static/css/app.css +++ b/it/static/css/app.css @@ -53,7 +53,7 @@ html, body { body { padding: 0; margin: 0; - color: #181A1B; + color: #000; font-size: 1em; line-height: 1.4; font-family: ClearSans; @@ -67,7 +67,7 @@ body { } a { - color: #17191A; + color: #800; text-decoration: underline; } @@ -86,7 +86,7 @@ nav a, nav a.text-dark:hover, nav a.text-dark:focus { - color: #17191A !important; + color: #800 !important; } .avatar {