changing some styling for it to look nicer hopefully

This commit is contained in:
hhh 2024-12-01 13:17:27 +02:00
parent 73a51d5fbd
commit cbea349d0c

View File

@ -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;
}