-
Notifications
You must be signed in to change notification settings - Fork 1
/
MyBikeTraffic-DarkMode.user.css
135 lines (112 loc) · 2.33 KB
/
MyBikeTraffic-DarkMode.user.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
/* ==UserStyle==
@name MyBikeTraffic.com - Dark Mode
@version 20241024.15.21
@namespace https://userstyles.world/user/Nick2bad4u
@description Dark more for MyBikeTraffic.com
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("mybiketraffic.com") {
body,
.navbar,
.container,
.table,
.thead-light,
.footer,
.terms {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
/* Remove or comment out the following lines to prevent image inversion */
/* .navbar-brand img, .nav-link img {
filter: invert(1) !important;
} */
.nav-link,
.nav-item a,
.terms a,
.footer a {
color: #bb86fc !important;
}
.table th,
.table td {
border-color: #333 !important;
}
input,
select,
textarea {
border: 1px solid #555 !important;
background-color: #333 !important;
color: #e0e0e0 !important;
}
.btn,
.form-control {
border: 1px solid #555 !important;
background-color: #333 !important;
color: #e0e0e0 !important;
}
.navbar-toggler {
border-color: #333 !important;
}
.navbar-toggler-icon {
filter: invert(1) !important;
}
.table thead th {
background-color: #333 !important;
}
.table tbody tr {
background-color: #1e1e1e !important;
}
.table tbody tr:hover {
background-color: #333 !important;
}
.table tbody tr td {
border-color: #444 !important;
}
.table tbody tr td span {
color: #bb86fc !important;
}
.table tbody tr td span.imperial,
.table tbody tr td span.metric {
color: #bb86fc !important;
}
.chart-container {
background-color: #1e1e1e !important;
}
.chart-legend {
color: #e0e0e0 !important;
}
.form-check-input:checked {
border-color: #bb86fc !important;
background-color: #bb86fc !important;
}
.form-check-label {
color: #e0e0e0 !important;
}
.tooltip-inner,
.popover-body {
background-color: #333 !important;
color: #e0e0e0 !important;
}
.arrow::before {
border-color: #333 !important;
}
.modal-content {
background-color: #1e1e1e !important;
color: #e0e0e0 !important;
}
.modal-header,
.modal-footer {
border-color: #333 !important;
}
.nav-link:hover,
.nav-item a:hover,
.terms a:hover,
.footer a:hover {
color: #ff79c6 !important;
}
.btn:hover,
.form-control:hover {
background-color: #444 !important;
}
}