diff --git a/themes/fzmin/static/css/style.css b/themes/fzmin/static/css/style.css index 69a43aa..dddbd7a 100644 --- a/themes/fzmin/static/css/style.css +++ b/themes/fzmin/static/css/style.css @@ -16,6 +16,10 @@ a { color: var(--text-color) !important; } +.isso-comment.isso-no-votes { + color: var(--text-color) !important; +} + /* header and footer areas */ .menu { padding: 0; } .menu li { display: inline-block;} @@ -64,3 +68,15 @@ table { table thead th { border-bottom: 1px solid var(--bg3); } th, td { padding: 5px; } thead, tfoot, tr:nth-child(even) { background: var(--bg3); } + +#isso-thread { + padding: 0; + margin: 0; + background-color: white; + padding-left: 12px; + padding-right: 12px; + padding-top: 0.5px; + padding-bottom: 0.5px; + border-radius: 5px; + color: black; +} \ No newline at end of file