1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 08:04:13 +02:00

Add link styles

This commit is contained in:
Kognise
2019-04-04 17:17:34 -04:00
parent 010c4af9c9
commit eaa20a6826

View File

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