From bcefd5fdd1e4277be6a11d858dba2ca7f16f751b Mon Sep 17 00:00:00 2001 From: Miguel Astor Date: Tue, 19 Sep 2023 02:11:19 -0400 Subject: [PATCH] Changed colors to darker versions. --- viewer/static/css/styles.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/viewer/static/css/styles.css b/viewer/static/css/styles.css index 14b4adc..382a7e0 100644 --- a/viewer/static/css/styles.css +++ b/viewer/static/css/styles.css @@ -19,6 +19,14 @@ body { width: 100%; } +a:link { + color: #ffff00; +} + +a:visited { + color: #009CD9; +} + /**************************************************************************** * Containers. * ****************************************************************************/ @@ -30,7 +38,8 @@ body { } .background { - background-color: lightgray; + background-color: darkslategray; + color: lightgray; } .image-container {