diff options
Diffstat (limited to 'app/Resources/static')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 9 |
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; |