changing some styling for it to look nicer hopefully
This commit is contained in:
parent
73a51d5fbd
commit
cbea349d0c
@ -16,6 +16,10 @@ a {
|
|||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.isso-comment.isso-no-votes {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* header and footer areas */
|
/* header and footer areas */
|
||||||
.menu { padding: 0; }
|
.menu { padding: 0; }
|
||||||
.menu li { display: inline-block;}
|
.menu li { display: inline-block;}
|
||||||
@ -64,3 +68,15 @@ table {
|
|||||||
table thead th { border-bottom: 1px solid var(--bg3); }
|
table thead th { border-bottom: 1px solid var(--bg3); }
|
||||||
th, td { padding: 5px; }
|
th, td { padding: 5px; }
|
||||||
thead, tfoot, tr:nth-child(even) { background: var(--bg3); }
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user