-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnight-mountains.css
44 lines (35 loc) · 1.82 KB
/
night-mountains.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*special fonts for ` ` and ``` ```*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
.codeBlock {font-family: 'Roboto Mono', monospace !important;}
.codeBlockEmbed {font-family: 'Roboto Mono', monospace !important;}
.inlineCodeBlock {font-family: 'Roboto Mono', monospace !important;}
/*end of special fonts*/
#channel-list {background-color: #08090eb7}
#memberBar {background-color: #08090eb7}
#message-list {background-color: #08090eb7}
#msgbox {background-color: #08090eb7}
#guild-list {background-color: #08090eb7}
#userSettings {background-color: #08090eda}
#serverName {background-color: #08090eb7;width: 260px}
#sendmsg {background-color: #08090e00 !important}
#sendmsg::before {background-color: #08090e00 !important}
#messageBar { background-color: #272A30b7; padding: 0 0 0 0 !important; }
.messageBlock:hover {background-color: #272A30b7}
.embed {background-color: #08090ed5}
.channel:hover {background-color: #424345d5 }
.selectedChan {background-color: #272A30b7 !important}
.codeBlock {background-color: #272A30d5}
.codeBlockEmbed {background-color: #272A30d5}
.inlineCodeBlock {background-color: #272A30d5}
.spoilerBlock {background-color: #3C4244b7}
.spoilerBlock:hover {background-color: #424345b7}
.spoilerBlock.discovered {background-color: #424345d5}
.spoilerBlock.discovered:hover {background-color: #424345d2}
.ping {background-color: #08090Eb7; color: white}
.ping:hover {background-color: #272A30b7; color: white}
#optionGroups {background-color: #08090e3d !important}
.settingsPopup {background-color: #08090Ef5 }
.dropdownDisplay {background-color: #4243453e }
.dropdownChildren {background-color: #4243453e }
.settingsUpdateButton {background-color: #272A30f5 }
body {background: url(https://bad.is-having.fun/background3.png) !important}