X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=7682859049b46bd3049cc93fb7b3dac90e75ccb9;hb=fbc4cd017e9453094a63f92a87951caa31d8de71;hp=c23047e3860f0ae1aba2b6ea24d7c579abb276fe;hpb=3495e4e58c3d5b2c920df98e6e4af559dc2566ae;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index c23047e..7682859 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -127,6 +127,11 @@ textarea { clear: both; } +#sone .post.new { + background-color: #ffffa0; + padding-left: 1ex; +} + #sone .post.last { padding: 1ex 0px; border-bottom: none;