Underline links

This commit is contained in:
Reynir Björnsson 2019-12-14 14:52:40 +01:00
parent 01799e0f25
commit 632a2e1ce1
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ body {
padding-top: 50px; /* Because of static topbar */
}
a {
text-decoration: underline;
}
section {
padding-top: 50px;
}