X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=3c4e3211dc200cafa450ab1c8e74732da109aad5;hb=5ad81c950618c03c62527bf05f95350b5f13f0bc;hp=9fb33a82298d62baa5a45b10dfd6fc87f1e85d4b;hpb=361453d9f99f1580ec79b6618bddd6a379523318;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 9fb33a8..3c4e321 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -144,11 +144,15 @@ #sone .post .show-reply-form { display: inline; +} + +#sone .post .show-reply-form span { color: rgb(28, 131, 191); cursor: pointer; + font: inherit; } -#sone .post .show-reply-form:hover { +#sone .post .show-reply-form span:hover { color: rgb(255, 172, 0); }