We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f04ea commit 0d56be1Copy full SHA for 0d56be1
Resources/html/css/GitX.css
@@ -9,6 +9,25 @@ body {
9
font-size: 12px;
10
}
11
12
+.body--light {
13
+ background: #fff;
14
+}
15
+
16
+.body--dark {
17
+ -webkit-filter: invert(0.89) hue-rotate(180deg);
18
19
20
+.body--dark > * {
21
+ background-color: #fff;
22
+ color: #000;
23
24
25
+.body--dark img {
26
+ -webkit-filter: invert(0.89)
27
+ hue-rotate(180deg)
28
+ contrast(160%);
29
30
31
table {
32
33
0 commit comments