File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 3
3
--text-color: #333;
4
4
--outline-color: #DB83ED;
5
5
--header-color: #6D28D9;
6
- --anchor: #0000EE;
7
6
--bg-nav: transparent;
8
7
--code-color: #FAFAFA;
9
8
--filename-bg: #EAEAEA;
@@ -12,14 +11,21 @@ body {
12
11
@media (prefers-color-scheme: dark) {
13
12
body {
14
13
--bg-color: #33333A;
15
- --text-color: #F4F3F8;
16
- --header-color: #70619E;
17
- --anchor: #EB82DC;
14
+ --text-color: #C9D1D9;
15
+ --header-color: #8946C8;
18
16
--bg-nav: #393939;
19
17
--code-color: transparent;
20
18
--filename-bg: #2C2C2C;
21
19
}
22
20
21
+ a {
22
+ color: #EB82DC;
23
+ }
24
+
25
+ a:visited {
26
+ color: #8B78C5;
27
+ }
28
+
23
29
code.hljs {
24
30
background-color: transparent;
25
31
filter: invert(1);
@@ -33,18 +39,18 @@ body {
33
39
body {
34
40
color: var(--text-color);
35
41
background-color: var(--bg-color);
42
+ text-rendering: optimizeLegibility;
43
+ -webkit-font-smoothing: antialiased;
44
+ -moz-osx-font-smoothing: grayscale;
36
45
}
37
46
38
47
h1, h2, h3, h4, h5, h6 {
39
48
color: var(--header-color);
40
49
}
41
50
42
- a {
43
- color: var(--anchor);
44
- }
45
-
46
51
input {
47
52
background-color: rgba(255, 255, 255, 0.06);
53
+ color: var(--text-color);
48
54
}
49
55
50
56
details {
You can’t perform that action at this time.
0 commit comments