Merge pull request #250 from fdb-hiroshima/feature/underlined_links
Add link underline for main body
This commit is contained in:
commit
6738883f2b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user