We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879da7b commit 6dbd924Copy full SHA for 6dbd924
style.css
@@ -28,6 +28,10 @@
28
}
29
30
31
+html {
32
+ font-size: 18px;
33
+}
34
+
35
/* Body */
36
body {
37
background: var(--ctp-base);
@@ -37,6 +41,7 @@ body {
41
min-height: 100vh;
38
42
display: flex;
39
43
flex-direction: column;
44
40
45
46
47
/* Links */
@@ -234,4 +239,4 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
234
239
background-color: rgba(255, 255, 255, 0.05);
235
240
236
241
237
-}
242
0 commit comments