aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2018-12-25 13:39:34 +0100
committerHiltjo Posthuma <[email protected]>2018-12-25 13:39:34 +0100
commit1df3f334f6ae77950c9343299fb4bbd449d93729 (patch)
treed0a6b36222508cbe7eb7c732b73d7526cd3292fa /style.css
parent3a151527e1d72aa75d9461ee9918bda3bd08bcb1 (diff)
downloadstagit-1df3f334f6ae77950c9343299fb4bbd449d93729.tar.gz
stagit-1df3f334f6ae77950c9343299fb4bbd449d93729.zip
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 (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/style.css b/style.css
index 8065487..d8f9fff 100644
--- a/style.css
+++ b/style.css
@@ -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;
}