diff --git a/utils/static/index.css b/utils/static/index.css index 963d806..3912234 100644 --- a/utils/static/index.css +++ b/utils/static/index.css @@ -3,4 +3,13 @@ background-color: black; color: white; } + + a:hover { + color: darkblue; + } + + a { + color: dodgerblue; + text-decoration: none; + } }