aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style-dark.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-07-31 19:21:49 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-07-31 19:21:49 +0200
commit70b5d24f72d2c3d410b55665162c0ebc78bc0339 (patch)
treec8944657242f55b2ecbd5f0dd0fb5973cff89c62 /css/style-dark.css
parent3db95a85de1297908e780742cd0b7d779c5f522e (diff)
downloadwallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.gz
wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.tar.zst
wallabag-70b5d24f72d2c3d410b55665162c0ebc78bc0339.zip
fix #80: add a link in the footer to report a wrong display
Diffstat (limited to 'css/style-dark.css')
-rw-r--r--css/style-dark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style-dark.css b/css/style-dark.css
index 813c291d..0fcced24 100644
--- a/css/style-dark.css
+++ b/css/style-dark.css
@@ -13,7 +13,7 @@ a, a:hover, a:visited {
13 color: #fff; 13 color: #fff;
14} 14}
15 15
16#links a:hover, .backhome a:hover{ 16#links a:hover, .backhome a:hover, .support a:hover{
17 background-color: #fff; 17 background-color: #fff;
18 color: #000; 18 color: #000;
19} 19}