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
commit 6738883f2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,6 +194,10 @@
line-height: 1.7em;
}
main a:hover {
text-decoration: underline;
}
article img {
display: block;
margin: 3em auto;