diff options
-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; |