X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;fp=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=4151e00b52539af9cc645649ada707a571a0d404;hp=349ab5c07f4bc9cd62c00bc01cba165f70f22472;hb=d50730f6a330439e0e7ef97ca9329dffe72d5640;hpb=97fe04482ebb8a08e43294acde041c2975cbd8ee diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 349ab5c..4151e00 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -419,16 +419,8 @@ textarea { font-weight: bold; } -#sone .post .trust button { - color: rgb(0, 128, 0); -} - -#sone .post .distrust button { - color: rgb(255, 0, 0); -} - #sone .post .untrust button { - color: rgb(64, 64, 64); + color: rgb(255, 0, 0); } #sone .post .delete button:hover, #sone .post .like button:hover, #sone .post .unlike button:hover, #sone .post .trust button:hover, #sone .post .distrust button:hover, #sone .post .untrust button:hover, #sone .post .bookmark button:hover, #sone .post .unbookmark button:hover { @@ -937,3 +929,7 @@ textarea { #sone form#options li { list-style-type: none; } + +#sone table thead tr { + font-weight: bold; +}