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 {