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 {