Fix minor visual issue

This commit is contained in:
RealStickman 2022-06-24 18:51:06 +02:00
parent 64f377b732
commit 67b95cf4f2

View File

@ -45,6 +45,11 @@ Put your custom CSS in this file.
opacity: 1; /* something firefox fix */
}
/* very thin bar between last topic and clear history */
#sidebar hr {
border-bottom: 1px solid #47314f
}
/* full content */
body {
background: #111111;