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:
committed by
Trinity Pointard
parent
05fb7c9b42
commit
83c4387e94
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user