Fix minor visual issue
This commit is contained in:
parent
64f377b732
commit
67b95cf4f2
@ -45,6 +45,11 @@ Put your custom CSS in this file.
|
|||||||
opacity: 1; /* something firefox fix */
|
opacity: 1; /* something firefox fix */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* very thin bar between last topic and clear history */
|
||||||
|
#sidebar hr {
|
||||||
|
border-bottom: 1px solid #47314f
|
||||||
|
}
|
||||||
|
|
||||||
/* full content */
|
/* full content */
|
||||||
body {
|
body {
|
||||||
background: #111111;
|
background: #111111;
|
||||||
|
Loading…
Reference in New Issue
Block a user