]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Material: update style of article links
[github/wallabag/wallabag.git] / 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;