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 dafa884 commit f9e9472Copy full SHA for f9e9472
editor/styles/global.css
@@ -9,6 +9,7 @@ html {
9
overflow: hidden;
10
height: 100%;
11
overscroll-behavior-x: none;
12
+ background-color: rgb(20, 20, 20);
13
}
14
body {
15
@@ -29,15 +30,15 @@ h4,
29
30
h5,
31
h6,
32
p {
- color: rgba(0, 0, 0, 0.9);
33
+ color: white;
34
35
36
a {
- color: rgba(0, 0, 0, 0.7);
37
+ color: rgba(255, 255, 255, 0.7);
38
39
40
a:hover {
41
+ color: rgba(255, 255, 255, 0.9);
42
43
44
.white {
0 commit comments