aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2016-11-20 20:36:02 +0100
committerKevin Decherf <kevin@kdecherf.com>2016-11-25 13:39:53 +0100
commit858430c0d02b94fe84daf6f0a14bdbbb1b75a969 (patch)
tree5a9ea8ca9e215377ffad2b318a99c766be7b099e /app/Resources/static
parent5ea90fa8b994dcc20738576261702183c0175907 (diff)
downloadwallabag-858430c0d02b94fe84daf6f0a14bdbbb1b75a969.tar.gz
wallabag-858430c0d02b94fe84daf6f0a14bdbbb1b75a969.tar.zst
wallabag-858430c0d02b94fe84daf6f0a14bdbbb1b75a969.zip
Material: update style of article links
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 86dab6bf..3a15a789 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -655,6 +655,15 @@ a.original {
655 height: auto; 655 height: auto;
656} 656}
657 657
658#article article a {
659 border-bottom: 1px dotted #03a9f4;
660 text-decoration: none;
661}
662
663#article article a:hover {
664 border-bottom-style: solid;
665}
666
658#article > header > h1 { 667#article > header > h1 {
659 font-size: 2em; 668 font-size: 2em;
660 margin: 2.1rem 0 0.68rem; 669 margin: 2.1rem 0 0.68rem;