diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-14 21:12:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-14 21:14:19 +0100 |
| commit | a9867c83d92073b023404fd0b687e40fb69037ec (patch) | |
| tree | 7e2b3581534dfded7645b311eed14d4dbb8dd89a /public/normalize.css | |
| parent | 9218e8bc59060d8f3f8d552caf072c247e13514f (diff) | |
Normalizes anchors better
Diffstat (limited to 'public/normalize.css')
| -rw-r--r-- | public/normalize.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/normalize.css b/public/normalize.css index af905e9..98e28fa 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -350,8 +350,19 @@ template { display: none; } +a { + color: currentColor; + text-decoration: none; +} + +:link { + color: currentColor; + text-decoration: none; +} + :visited { color: currentColor; + text-decoration: none; } ol { |
