diff --git a/member/static/member/css/styles.css b/member/static/member/css/styles.css index 3fd8c2f..415cfda 100644 --- a/member/static/member/css/styles.css +++ b/member/static/member/css/styles.css @@ -157,3 +157,13 @@ body { color: #f1f1f1; font-size: 1rem; } + +a { + color: var(--highlight); + text-decoration: none; +} + +a:hover { + text-decoration: underline; + color: #ffd27f; +}