Introduction
Introduction Statistics Contact Development Disclaimer Help
tstyle: keep default browser style for links, except patch chunks - stagit - st…
git clone git://src.adamsgaard.dk/stagit
Log
Files
Refs
README
LICENSE
---
commit 1df3f334f6ae77950c9343299fb4bbd449d93729
parent 3a151527e1d72aa75d9461ee9918bda3bd08bcb1
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 25 Dec 2018 13:39:34 +0100
style: keep default browser style for links, except patch chunks
This is almost always an underline. This improves accessibility.
Remove underline for patch chunks for readability.
Diffstat:
M style.css | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/style.css b/style.css
t@@ -17,14 +17,13 @@ img {
border: 0;
}
-a {
+a.d,
+a.h,
+a.i,
+a.line {
text-decoration: none;
}
-a:hover {
- text-decoration: underline;
-}
-
#blob a {
color: #777;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.