2022-03-02 03:57:07 +00:00
|
|
|
#hnmain {
|
|
|
|
zoom: 120%;
|
|
|
|
background: #212121;
|
2022-03-02 04:32:07 +00:00
|
|
|
td[bgcolor="#ff6600"] {background: #4b5762}
|
2022-03-02 03:57:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#app-mount {
|
|
|
|
$back: primary, secondary, secondary-alt, tertiary;
|
2022-03-02 04:32:07 +00:00
|
|
|
@each $i in $back {--background-#{$i}: transparent}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
--background-floating: rgba(0, 0, 0, .6);
|
|
|
|
--channeltextarea-background: transparent;
|
2022-03-02 04:32:07 +00:00
|
|
|
[class^="container"] {background: transparent}
|
|
|
|
#channels [class^="unread"] {background: #cfcdcf}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
$aria: gift, Help, Inbox, sidebar;
|
2022-03-02 04:32:07 +00:00
|
|
|
@each $i in $aria {[aria-label$="#{$i}"] {display: none}}
|
|
|
|
[class^="private"] [class^="search"], [href="/store"] {display: none}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
font-family: "Ubuntu Mono";
|
|
|
|
background: url(
|
|
|
|
"https://cdn.discordapp.com/attachments/773556458234052608/929383713932992512/0dKbZO5-16-9.webp"
|
2022-03-02 04:32:07 +00:00
|
|
|
)}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
|
|
|
|
2022-03-02 04:32:07 +00:00
|
|
|
body.dracula {max-width: 777pt}
|
|
|
|
body>nav:nth-child(1) {position: absolute}
|
|
|
|
tbody>tr>[bgcolor="#CCCCCC"] {background: #000000}
|
|
|
|
div.doc-container div.doc div {max-width: 666pt !important; margin: auto}
|
2022-03-02 03:57:07 +00:00
|
|
|
|
2022-03-02 04:32:07 +00:00
|
|
|
p#javascript-warning {display: none}
|
2022-03-02 03:57:07 +00:00
|
|
|
ul.work > li.download {
|
|
|
|
font-size: 0;
|
|
|
|
> ul {
|
|
|
|
border: none;
|
2022-03-02 04:32:07 +00:00
|
|
|
position: unset;
|
|
|
|
> li {font-size: small; &:not(:nth-child(2)) {display: none}}
|
|
|
|
}
|
2022-03-02 03:57:07 +00:00
|
|
|
}
|