diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index 5fa3604..fa46207 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -155,10 +155,10 @@ padding-bottom: 4rem !important; } -header a.title { - font-family: Georgia, sans-serif; - font-size: 1.3rem !important; - font-weight: 100 !important; +header.VPNav a.title { + font-family: "Times New Roman", Georgia, sans-serif; + font-size: 1.4rem; + font-weight: 100; } footer a { @@ -166,6 +166,22 @@ footer a { } /* CSS for a Post */ +.vp-doc h1 { + font-size: 25px; +} + +.vp-doc h2 { + font-size: 22px; +} + +.vp-doc h3 { + font-size: 20px; +} + +.vp-doc h4 { + font-size: 18px; +} + .main img { border-radius: 0.5rem; box-shadow: 0 0.5rem 0.8rem var(--ct-c-shadow);