diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 17:34:57 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 17:54:07 -0500 |
| commit | ea1f59da7d53392a42cd47b9baad024d1a7c557e (patch) | |
| tree | 0e500e51ce411ebb163502d44c1ebf15e7a6a2c4 /static/grapheneos.css | |
| parent | 5b69785dd5f758da78bf28daf0da9fc29e7dff54 (diff) | |
use aria-current="page" instead of custom class
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index d5403018..95d76b12 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -75,7 +75,7 @@ nav ul li a:visited { color: #fff; /* 100% white */ } -nav ul li.active a { +nav ul li[aria-current] a { color: #64b5f6; /* blue300 */ } |
