Add link underline for main body; add link icon

Links in the main body part are now underlined on mouse hover.
<a> tags in the article content are expanded by an icon from
FontAwesome.

Fixes #140
This commit is contained in:
Dominik Pataky
2018-08-18 23:22:08 +02:00
committed by Trinity Pointard
parent 05fb7c9b42
commit 83c4387e94
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -194,6 +194,14 @@
line-height: 1.7em;
}
main a:hover {
text-decoration: underline;
}
main article .fa, main article .fas {
font-size: 10pt;
}
article img {
display: block;
margin: 3em auto;