diff options
Diffstat (limited to 'src')
-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 f853a73..a3d2543 100644 --- a/src/style.css +++ b/src/style.css @@ -78,12 +78,12 @@ header h1 { color: #333; } -.entry .permalink a, -.entry .permalink a:visited { +.entry .title a .permalink, +.entry .title a:visited .permalink { color: #eeeeee; } -.entry .permalink a:hover { +.entry .title a:hover .permalink { color: #738181; } |