stupid stupid discord crap
This commit is contained in:
parent
551ac572e5
commit
f47c6d1313
2 changed files with 70 additions and 6 deletions
|
|
@ -49,6 +49,10 @@ li:before {
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
ul.discord-widget > li::before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
p,
|
||||
ul,
|
||||
pre {
|
||||
|
|
@ -139,16 +143,24 @@ table.system-info tr td:first-child {
|
|||
}
|
||||
|
||||
.page-container > div.sidebar {
|
||||
border-left: 2px solid gray;
|
||||
border-left: 2px solid var(--foreground);
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.footer hr {
|
||||
margin-top: 0;
|
||||
border: none;
|
||||
border-top: 2px solid gray;
|
||||
border-top: 2px solid var(--foreground);
|
||||
}
|
||||
|
||||
small {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
div.indent {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
div.sidebar li.offline {
|
||||
opacity: 80%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue