From 9ed53f420123620f558f0ba89174c219f0e12d52 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 10 Feb 2020 00:08:43 +0000 Subject: fix(web/homepage): Make .uncoloured-link work again --- web/homepage/static/tazjin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/homepage/static/tazjin.css') 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; -- cgit 1.4.1