X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=edde5999a4b3c69f3d92ee24e5074a5ca9e6d94a;hb=a336f89f978670477463726eb6789134f225ae2f;hp=26286b0ed3475c84eaa265ef71accaa386dc6e87;hpb=db1981cee6635b3d9e56cb37d795bbe931046330;p=Sone.git 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: ' ‧ '; }