diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/screen.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/screen.css b/css/screen.css index 69ba784..7abef43 100644 --- a/css/screen.css +++ b/css/screen.css @@ -142,15 +142,15 @@ nav hr { border: none; } -#post a:link { +p a:link { color: #0014FF; } -#post a:visited { +p a:visited { color: #0014FF; } -#post a:hover { +p a:hover { color: #0014FF; text-decoration: underline; } |