aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 14:03:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 14:03:52 +0200
commit137b1363f34447be587c97a1649b2b5701041301 (patch)
tree2ed8707fc53bcb0cddc845995380e24621dcfd85
parentVarious HTML fixups and additions. (diff)
downloadcalp-137b1363f34447be587c97a1649b2b5701041301.tar.gz
calp-137b1363f34447be587c97a1649b2b5701041301.tar.xz
Change .hidelink to color: inherit.
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 744912a0..557aaa69 100644
--- a/static/style.css
+++ b/static/style.css
@@ -77,7 +77,7 @@
}
.hidelink {
- color: black;
+ color: inherit;
text-decoration: none;
}