X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=f5250e3b717e2f80cbe903218dcfbcf737d2eadc;hp=676a9d583a96f17e611ece68a278d0f0deb35a77;hb=a5a7381f8624ceec940fc49896fc0c774dc6d0eb;hpb=0e04143f3b957248ebd4e263372ebed4ae39928d diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 676a9d5..f5250e3 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -254,6 +254,11 @@ textarea { color: rgb(28, 131, 191); } +#sone .post .bookmarks, #sone .post .bookmarked, #sone .post .not-bookmarked { + display: inline; + color: rgb(28, 131, 191); +} + #sone .post .time { display: inline; color: #666;