From cbea349d0ca19c290f0735dcdd126f6de3850063 Mon Sep 17 00:00:00 2001 From: hhh Date: Sun, 1 Dec 2024 13:17:27 +0200 Subject: [PATCH] changing some styling for it to look nicer hopefully --- themes/fzmin/static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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