about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-10T00·08+0000
committerVincent Ambo <tazjin@google.com>2020-02-10T00·08+0000
commit9ed53f420123620f558f0ba89174c219f0e12d52 (patch)
tree856350f4c329b2684127a5501bad0342bf1d0b91
parent1e770f5d8844b01817247d6027b39eec6b4b46f8 (diff)
fix(web/homepage): Make .uncoloured-link work again r/522
-rw-r--r--web/homepage/static/tazjin.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css
index 157fc3c3d6..668c27606c 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;