]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - css/style.css
fix #80: add a link in the footer to report a wrong display
[github/wallabag/wallabag.git] / css / style.css
index 9fadfa9601d33ad09d6f5f5a193e288e316c8f36..dda8b0fa8d9153ccf881488fb639c87289dfc658 100644 (file)
@@ -46,15 +46,19 @@ header {
     margin: 0 auto;
 }
 
-#links a, .backhome a{
+#links a, .backhome a, .support a{
     text-decoration: none;
     padding: 5px 10px;
 }
-#links a:hover, .backhome a:hover{
+#links a:hover, .backhome a:hover, .support a:hover{
     -webkit-border-radius: 2px;
     border-radius: 2px;
 }
 
+.support {
+    font-size: 14px;
+}
+
 footer {
     text-align: right;
 }