-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark-theme.css
103 lines (87 loc) · 1.45 KB
/
dark-theme.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
/* dark-theme.css */
body {
color: #eee;
background: #121212;
}
body a {
color: #809fff;
}
p,
.solution,
/* .message, */
.definition,
.copy-notification {
color: black;
background-color: white;
}
.message,
.definition,
.copy-notification {
border: solid #121212;
}
.darkmode-toggle-button {
height: 27px;
width: 27px;
border: solid #121212;
border-radius: 50%;
border-radius: 50%;
border: solid;
border: solid white;
cursor: pointer;
background: linear-gradient( 90deg, white 50%, black 50% );
}
.darkmode-toggle--white {
background: #fff;
}
.darkmode-svg-toggle--white {
background: #121212;
fill: white;
}
th, td {
border: 1px solid white;
}
.history-header {
color: #BB86FD;
}
table,
.table-x-hide,
.history-table,
th {
background-color: #121212;
}
.table-header-row,
.table-x-hide {
background-color: transparent;
color: whitesmoke
}
.play-button {
fill: black;
/* stroke: black; */
}
/* .play-button:hover {
stroke: black;
} */
/* p.play-button,
p.play-button-line {
color: white;
background-color: black;
} */
/* .solution,
.definition {
background-color: black;
color: white;
} */
/* media-controller, */
/* media-control-bar, */
/* media-play-button,
media-time-display,
path.icon,
svg + path.icon,
::slotted(svg), ::slotted(img)
{ */
/* border: 1px solid white; */
/* border-radius: 10px; */
/* background-color: white !important; */
/* fill: black !important;
color: black !important;
} */