diff options
-rw-r--r-- | src/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index a3d2543..c19dfd0 100644 --- a/src/style.css +++ b/src/style.css @@ -78,12 +78,12 @@ header h1 { color: #333; } -.entry .title a .permalink, -.entry .title a:visited .permalink { +.entry .title a.permalink, +.entry .title a:visited.permalink { color: #eeeeee; } -.entry .title a:hover .permalink { +.entry .title a:hover.permalink { color: #738181; } |