X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=c978cf26e2fbbce0fcbd6f94ac37d5d297a3d1ea;hb=60f72f66fe1537b0aaaf9aa6cb77edcfada01ef2;hp=608a4e80fb0c16d0f0cc3c99877dbcbed6ad94ec;hpb=7f4b6e051c62c14eef3de12982429fba2afe3779;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 608a4e8..c978cf2 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,10 @@ textarea { color: rgb(255, 172, 0); } +#sone a.internet { + color: rgb(255, 0, 0); +} + #sone a img { border: none; } @@ -177,7 +181,7 @@ textarea { min-height: 48px; } -#sone .post .author { +#sone .post .author, #sone .post .recipient { display: inline; font-weight: bold; } @@ -335,10 +339,6 @@ textarea { background-color: #ffffa0; } -#sone .sone .id { - display: none; -} - #sone .sone .profile-link { display: block; }