aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style-light.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-light.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-light.css')
-rw-r--r--css/style-light.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style-light.css b/css/style-light.css
index cd2384c3..c1d98326 100644
--- a/css/style-light.css
+++ b/css/style-light.css
@@ -23,7 +23,7 @@ a, a:hover, a:visited {
23 color: #fff; 23 color: #fff;
24} 24}
25 25
26#links a:hover, .backhome a:hover{ 26#links a:hover, .backhome a:hover, .support a:hover{
27 background-color: #040707; 27 background-color: #040707;
28 color: #F1F1F1; 28 color: #F1F1F1;
29} 29}