diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:26:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:27:06 -0400 |
| commit | a7848665f1ca6df2a2d3e1073cf7a925a47b588b (patch) | |
| tree | 7b8512cfe328964438ce8e3716a25abfac2a15da /static/grapheneos.css | |
| parent | 3c65a4589bf15eb1ab47319215909f32b75d43c7 (diff) | |
adjust approach to header links
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 4be5a2ad..48166f3e 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -26,6 +26,10 @@ a:hover { text-decoration: underline; } +h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited { + color: rgba(0, 0, 0, 0.87); /* 87% black */ +} + pre { overflow-x: auto; } |
