2022-02-04 18:17:39 +00:00
|
|
|
#hnmain { background: #212121; zoom: 120%; }
|
|
|
|
#hnmain td[bgcolor="#ff6600"] { background: #4b5762; }
|
|
|
|
|
|
|
|
#app-mount {
|
|
|
|
--background-primary: transparent;
|
|
|
|
--background-secondary: transparent;
|
|
|
|
--background-secondary-alt: transparent;
|
|
|
|
--background-tertiary: transparent;
|
|
|
|
--background-floating: rgba(0, 0, 0, .6);
|
|
|
|
--channeltextarea-background: transparent;
|
|
|
|
font-family: "Ubuntu Mono";
|
|
|
|
background: url(
|
|
|
|
"https://cdn.discordapp.com/attachments/773556458234052608/929383713932992512/0dKbZO5-16-9.webp"
|
|
|
|
);}
|
|
|
|
|
|
|
|
#app-mount [aria-label="Channels"] div [class^="unread"] { background-color: #cfcdcf; }
|
|
|
|
#app-mount [class^="container"] { background-color: transparent; }
|
|
|
|
|
2022-02-19 04:04:40 +00:00
|
|
|
#app-mount [aria-label$="sidebar"], #app-mount [aria-label="Inbox"], p#javascript-warning,
|
2022-02-04 18:17:39 +00:00
|
|
|
#app-mount [class^="privateChannels"] [class^="searchBar"], #app-mount [href="/store"],
|
|
|
|
#app-mount [aria-label$="gift"], #app-mount [aria-label="Help"] { display: none }
|
|
|
|
|
|
|
|
.app-container .doc-container .doc div { max-width: 666pt !important; margin: auto; }
|
2022-02-19 04:04:40 +00:00
|
|
|
body.dracula { max-width: 777pt; } body > nav { position: absolute; }
|
|
|
|
|
|
|
|
body>table>tbody>tr[bgcolor="#66FFFF"]>[bgcolor="#CCCCCC"] { background: #000000 }
|