forked from klaudiosinani/tusk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdark-mode.css
165 lines (165 loc) Β· 6.73 KB
/
dark-mode.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
html.dark-mode ::-webkit-scrollbar-track { /* Notes list scrollbar track */
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CIEB { /* Metting note background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CNYB { /* Note list header */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CBR.GJDCG5CCR, html.dark-mode .GJDCG5CDR {
opacity: 1 !important;
}
html.dark-mode .Dropdown-menu {
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CLGB, html.dark-mode .GDAMOPFCAHB, html.dark-mode .GDAMOPFCPGB, html.dark-mode .GDAMOPFCHYC.GDAMOPFCLD { /* Chat windows */
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CMKC { /* Reminder modal */
background: var(--dark-grey) !important;
}
html.dark-mode .GDAMOPFCHEB {
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CK-B, html.dark-mode .GDAMOPFCEQB, html.dark-mode .GDAMOPFCDAC.GDAMOPFCL5B, html.dark-mode .GJDCG5CP-B .GJDCG5CE1B { /* Search modal */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CA0B {
border-bottom: 1px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CGWB, html.dark-mode .GDAMOPFCIXB, html.dark-mode .GJDCG5CKXB.GJDCG5CHXB, html.dark-mode .GDAMOPFCFTB { /* Notebooks modal */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CBXB.GJDCG5CNXB { /* Selected notebook in notebooks modal */
background-color: #2dbe60 !important;
}
html.dark-mode .GJDCG5CHTB { /* Select notebook at toolbar option */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJJ, html.dark-mode .focus-drawer-Filter-input { /* Search notebook/tags input text */
color: #e1e1e1 !important;
}
html.dark-mode div#gwt-debug-GlassModalDialog-container { /* Glass modal background */
background-color: var(--dark-grey) !important;
}
html.dark-mode div#gwt-debug-GlassModalDialog-glass { /* Glass modal bottom line */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GDAMOPFCPE { /* Notebook info */
color: #e1e1e1 !important;
}
html.dark-mode .GDAMOPFCN-B .GDAMOPFCC1B, html.dark-mode .GDAMOPFCDQB { /* Saved search */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJ3B, html.dark-mode .GJDCG5CH3B, html.dark-mode .GJDCG5CP5B, html.dark-mode .GJDCG5CFHB { /* Shortcuts modal */
background-color: var(--dark-grey) !important;
border-right: 3px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CP2 { /* Settings menu */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CC5B { /* App left sidebar */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CC5B {
background: var(--dark-grey) !important;
background-color: var(--dark-grey) !important;
border-right: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCJYB { /* Notes list head */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CAQB { /* Notes list left border */
background-color: var(--dark-grey) !important;
border-left: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCA5B { /* Notes list left border */
border-left: 1px solid var(--white-five) !important;
border-right: 1px solid var(--white-five) !important;
background: var(--dark-grey) !important;
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CP3B { /* Profile top border */
border-top: 1px solid var(--white-five) !important;
}
html.dark-mode .focus-NotesView-Note.focus-NotesView-Note-selected .focus-NotesView-Note-selectOverlay { /* Selected note bordered box */
border: 3px solid var(--white-five) !important;
}
html.dark-mode .focus-NotesView-RemindersList { /* Reminders list borders */
border-top: 2px solid var(--white-five) !important;
border-bottom: 3px solid var(--white-five) !important;
}
html.dark-mode .focus-NotesView-RemindersList { /* Reminders background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .focus-NotesView-NotebookReminders-DropAreaContainer { /* Notebook reminder background */
background: var(--dark-grey) !important;
}
html.dark-mode .focus-NotesView-Subheader { /* Subheader border */
border-bottom: 1px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CJLB {
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJKB { /* Toolbar bottom border */
border-bottom: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCILB { /* Note attributes background */
background: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CP0, html.dark-mode .GJDCG5CLKB { /* Toolbar separators */
border-left: 1px solid var(--white-five) !important;
}
html.dark-mode .focus-NotesView-Note .focus-NotesView-Note-snippetDivider { /* Notes divider color */
border-top: 1px solid var(--white-five) !important;
}
html.dark-mode .GJDCG5CP3B { /* Profile background */
background-color: var(--dark-grey) !important;
border-top: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCPYB { /* Note list transition background */
background-color: var(--dark-grey) !important;
border-top: 1px solid var(--white-five) !important;
}
html.dark-mode .GDAMOPFCMYB { /* Note list header */
background-color: var(--dark-grey) !important;
margin-bottom: -6px !important;
}
html.dark-mode div#gwt-debug-FocusView-root { /* Sidebar transition background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .focus-NotesView-NotesView { /* Notes list body */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CMNB, html.dark-mode .GDAMOPFCOPB { /* Note editor body */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CKKB { /* Note editor toolbar */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CJ1 { /* Note editor toolbar options */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CONB, html.dark-mode .GJDCG5CFQB { /* Note editor background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5COF { /* Colors background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CHK, html.dark-mode .GJDCG5CGK.GJDCG5CAK, html.dark-mode .GJDCG5COQ.GJDCG5CAR { /* Submenus background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GDAMOPFCNHC { /* Dialogs background */
background-color: var(--dark-grey) !important;
}
html.dark-mode .GJDCG5CFLB { /* Note editor head */
background-color: var(--dark-grey) !important;
}
html.dark-mode div#imggal-glass { /* Image gallery background*/
background-color: var(--dark-grey) !important;
}
html.dark-mode #imggal-top .close-icon { /* Image gallery exit button */
border-radius: 0% !important; /* Makes the button square */
background-color: var(--dark-grey) !important;
}