diff options
-rw-r--r-- | data/style.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index 2a2e75e..d77dd42 100644 --- a/data/style.css +++ b/data/style.css @@ -40,7 +40,7 @@ h2 abbr { text-decoration: none; } -.entry-content a, .nav a, .all { +.entry-content a, .nav a { text-decoration: none; color: #69CE0D; background-color: #EBFBCF; @@ -51,6 +51,14 @@ h2 abbr { text-decoration: underline; } +.entry-content a:visited { + color: #529E0A; +} + +.entry-content a:visited:hover { + text-decoration: none; +} + .hentry { margin-top: 12px; |