mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-13 09:13:05 -04:00
font size
This commit is contained in:
parent
4153f3107f
commit
b8508f7f77
1 changed files with 10 additions and 6 deletions
|
@ -511,6 +511,12 @@ $footer-padding: 1.0rem 2.5rem
|
||||||
html
|
html
|
||||||
scroll-behavior: smooth
|
scroll-behavior: smooth
|
||||||
|
|
||||||
|
body
|
||||||
|
font-family: $family-sans-serif
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
min-height: 100vh
|
||||||
|
|
||||||
body[theme="dark"]
|
body[theme="dark"]
|
||||||
filter: invert(1) hue-rotate(180deg)
|
filter: invert(1) hue-rotate(180deg)
|
||||||
|
|
||||||
|
@ -534,6 +540,10 @@ pre[theme="dark"]
|
||||||
height: auto
|
height: auto
|
||||||
max-height:90vh
|
max-height:90vh
|
||||||
|
|
||||||
|
p
|
||||||
|
font-size: 17px
|
||||||
|
color: #373737 !important
|
||||||
|
|
||||||
h1
|
h1
|
||||||
text-align: center !important
|
text-align: center !important
|
||||||
|
|
||||||
|
@ -557,9 +567,3 @@ a
|
||||||
code
|
code
|
||||||
color: #AE3B8B
|
color: #AE3B8B
|
||||||
|
|
||||||
body
|
|
||||||
font-family: $family-sans-serif
|
|
||||||
font-size: 1.2em
|
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
min-height: 100vh
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue