Change link style for directory listing

This commit is contained in:
Micah Lee 2019-09-01 16:13:05 -07:00
parent e7959f9ae6
commit df568d648e
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -222,3 +222,12 @@ li.info {
color: #666666;
margin: 0 0 20px 0;
}
a {
text-decoration: none;
color: #1c1ca0;
}
a:visited {
color: #601ca0;
}