diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-10T00·08+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-10T00·08+0000 |
commit | 9ed53f420123620f558f0ba89174c219f0e12d52 (patch) | |
tree | 856350f4c329b2684127a5501bad0342bf1d0b91 /web | |
parent | 1e770f5d8844b01817247d6027b39eec6b4b46f8 (diff) |
fix(web/homepage): Make .uncoloured-link work again r/522
Diffstat (limited to 'web')
-rw-r--r-- | web/homepage/static/tazjin.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 157fc3c3d60c..668c27606c70 100644 --- a/web/homepage/static/tazjin.css +++ b/web/homepage/static/tazjin.css @@ -130,6 +130,10 @@ h1, h2, h3 { text-align: center; } +.uncoloured-link { + color: inherit; +} + pre { width: 100%; overflow: auto; |