diff options
Diffstat (limited to 'frontend/src/index.css')
| -rw-r--r-- | frontend/src/index.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css index fcfde1b..3b39cf5 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -70,6 +70,11 @@ button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } +a { + color: var(--link-color); + text-decoration: none; +} + @media (prefers-color-scheme: light) { :root { color: #213547; @@ -77,7 +82,8 @@ button:focus-visible { } a:hover { - color: #747bff; + color: blue; + text-decoration: underline; } button { |
