]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Material: update style of article links
authorKevin Decherf <kevin@kdecherf.com>
Sun, 20 Nov 2016 19:36:02 +0000 (20:36 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Fri, 25 Nov 2016 12:39:53 +0000 (13:39 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/css/main.css

index 86dab6bfc99b0018983cbddab26ca9a48eec5f46..3a15a7892f28ada16f5730c1a3c61e480ccafaa4 100755 (executable)
@@ -655,6 +655,15 @@ a.original {
   height: auto;
 }
 
+#article article a {
+  border-bottom: 1px dotted #03a9f4;
+  text-decoration: none;
+}
+
+#article article a:hover {
+  border-bottom-style: solid;
+}
+
 #article > header > h1 {
   font-size: 2em;
   margin: 2.1rem 0 0.68rem;