diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 21:14:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 21:14:09 +0100 |
| commit | c1c9f9a9f3004460787ca23d55ffdacec95c0aad (patch) | |
| tree | ed299983e4d153a69982ec77126440a333d20ab8 /public/normalize.css | |
| parent | 8a5b11d8322b806ce277c399e51b7f40efcb2556 (diff) | |
Improves colours
Diffstat (limited to 'public/normalize.css')
| -rw-r--r-- | public/normalize.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/normalize.css b/public/normalize.css index 5820d09..61d3fed 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -351,7 +351,7 @@ template { } :visited { - color: inherit; + color: currentColor; } li { |
