font size

This commit is contained in:
anarsec 2024-04-13 16:19:26 +00:00
parent 4153f3107f
commit b8508f7f77
No known key found for this signature in database

View file

@ -511,6 +511,12 @@ $footer-padding: 1.0rem 2.5rem
html
scroll-behavior: smooth
body
font-family: $family-sans-serif
display: flex
flex-direction: column
min-height: 100vh
body[theme="dark"]
filter: invert(1) hue-rotate(180deg)
@ -534,6 +540,10 @@ pre[theme="dark"]
height: auto
max-height:90vh
p
font-size: 17px
color: #373737 !important
h1
text-align: center !important
@ -557,9 +567,3 @@ a
code
color: #AE3B8B
body
font-family: $family-sans-serif
font-size: 1.2em
display: flex
flex-direction: column
min-height: 100vh