Skip to content

Commit f9e9472

Browse files
update global style
1 parent dafa884 commit f9e9472

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

editor/styles/global.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ html {
99
overflow: hidden;
1010
height: 100%;
1111
overscroll-behavior-x: none;
12+
background-color: rgb(20, 20, 20);
1213
}
1314
body {
1415
overscroll-behavior-x: none;
@@ -29,15 +30,15 @@ h4,
2930
h5,
3031
h6,
3132
p {
32-
color: rgba(0, 0, 0, 0.9);
33+
color: white;
3334
}
3435

3536
a {
36-
color: rgba(0, 0, 0, 0.7);
37+
color: rgba(255, 255, 255, 0.7);
3738
}
3839

3940
a:hover {
40-
color: rgba(0, 0, 0, 0.9);
41+
color: rgba(255, 255, 255, 0.9);
4142
}
4243

4344
.white {

0 commit comments

Comments
 (0)