forked from Stigmatoz/web-activity-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
51 lines (51 loc) · 1.16 KB
/
dark.css
File metadata and controls
51 lines (51 loc) · 1.16 KB
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{
background-color: #303030;
color: white;
}
.dark .headerBlock .header {
color: #ffffff;
}
.dark .headerBlock .icons-block a:hover{
filter: invert(40%) sepia(94%) saturate(3371%) hue-rotate(227deg) brightness(99%) contrast(92%);
}
.dark .headerBlock .icons-block a.filter img {
filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(24deg) brightness(103%) contrast(102%);
}
.dark .header-block {
background-color: #616161;
}
.dark .tab-item .progress-bar{
border: 1.5px rgb(107 107 107) solid;
}
.dark .tab-item:hover{
border: 1px rgb(107 107 107) solid;
}
.dark .tab-item .links .link{
filter: invert(100%) sepia(17%) saturate(0%) hue-rotate(24deg) brightness(103%) contrast(102%);
}
.dark .stats-block .block p{
color: #b9b9b9;
}
.dark .stats-block .block .header {
background-color: #595959;
color: rgb(255 255 255);
}
.dark .stats-block.block .header{
background-color: #595959;
color: rgb(255 255 255);
}
.dark .stats-block.block p{
color: #b9b9b9;
}
.dark .expander-body{
background-color: #595959;
}
.dark .header span{
color: rgb(255 255 255);
}
.dark .review-block p{
color:#303030;
}
.dark .pomodoro-popup-block p{
color:#303030;
}