Add link styles

This commit is contained in:
Kognise 2019-04-04 17:17:34 -04:00
parent 010c4af9c9
commit eaa20a6826
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6

View file

@ -7,6 +7,15 @@ body {
line-height: 1.4;
}
a {
color: #41adff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
hr {
border: none;
border-top: 1px solid #dbdbdb;