diff --git a/src/static/css/style.css b/src/static/css/style.css index d8f3801..170afc3 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -44,3 +44,8 @@ background-color: var(--background); color: var(--foreground); } + +a { + text-decoration: none; + color: var(--green0); +}