Merge pull request #250 from fdb-hiroshima/feature/underlined_links

Add link underline for main body
This commit is contained in:
Baptiste Gelez
2018-10-01 12:42:54 +01:00
committed by GitHub
+4
View File
@@ -194,6 +194,10 @@
line-height: 1.7em; line-height: 1.7em;
} }
main a:hover {
text-decoration: underline;
}
article img { article img {
display: block; display: block;
margin: 3em auto; margin: 3em auto;