Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit cd5be09

Browse files
committed
Change color of default links
Leaving the a:hover effect to be an underline, but changing the default links color to distinguish them from the normal text.
1 parent 6e21b99 commit cd5be09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pythonchile_v2/static/css/clean-blog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ h6 {
3030
}
3131

3232
a {
33-
color: #212529;
33+
color: #0085A1;
3434
transition: all 0.2s;
3535
}
3636

3737
a:focus, a:hover {
38-
color: #0085A1;
38+
color: #00687d;
3939
}
4040

4141
blockquote {

0 commit comments

Comments
 (0)