forked from sugarlabs/musicblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarkmode.css
More file actions
53 lines (40 loc) · 925 Bytes
/
darkmode.css
File metadata and controls
53 lines (40 loc) · 925 Bytes
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
.dark-mode .blue {
background-color: #022363 !important;
}
.dark-mode .blue.darken-1 {
background-color: #01143b !important;
}
.dark-mode #floatingWindows > .windowFrame {
border: 2px solid #000000;
background-color: #454545;
}
.dark-mode .wfbtItem {
background-color: #225a91;
}
.dark-mode #floatingWindows > .windowFrame > .wfTopBar .wftTitle {
color: #e8e8e8;
}
.dark-mode .popupMsg {
background-color: #084e86;
color: #e8e8e8;
}
.dark-mode #printText {
border-color: #000000;
}
.dark-mode #loading-image-container {
background: #1a1a1a !important;
background-color: #1a1a1a !important;
}
.dark-mode #loadingText {
color: white !important;
}
.dark-mode .dropdown-content li > a{
background-color: #1c1c1c;
color: #3fe0d1;
}
.dark-mode .dropdown-content li > a:hover {
color: #252525
}
.dark-mode .dropdown-content{
background-color: #1c1c1c;
}