From a336f89f978670477463726eb6789134f225ae2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 13:15:06 +0200 Subject: [PATCH] Change hover color. --- src/main/resources/static/css/sone.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 26286b0..edde599 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -27,7 +27,7 @@ text-decoration: none; } -#sone a:active { +#sone a:active, #sone a:hover { color: rgb(255, 172, 0); } @@ -118,6 +118,10 @@ cursor: pointer; } +#sone .post .show-reply-form:hover { + color: rgb(255, 172, 0); +} + #sone .post .show-reply-form:before { content: ' ‧ '; } -- 2.7.4