Skip to content

Commit 6dbd924

Browse files
authored
increase font size to 18px
1 parent 879da7b commit 6dbd924

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
}
2929
}
3030

31+
html {
32+
font-size: 18px;
33+
}
34+
3135
/* Body */
3236
body {
3337
background: var(--ctp-base);
@@ -37,6 +41,7 @@ body {
3741
min-height: 100vh;
3842
display: flex;
3943
flex-direction: column;
44+
font-size: 18px;
4045
}
4146

4247
/* Links */
@@ -234,4 +239,4 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
234239
background-color: rgba(255, 255, 255, 0.05);
235240
}
236241

237-
}
242+
}

0 commit comments

Comments
 (0)