Add link underline for main body; add link icon #175

Closed
bitkeks wants to merge 2 commits from feature/underlined_links into master

View file

@ -133,6 +133,10 @@ main article {
line-height: 1.7em;
}
main a:hover {
text-decoration: underline;
}
article img {
max-width: 100%;
}