You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.2 KiB
Stylus
90 lines
1.2 KiB
Stylus
|
|
html
|
|
font-family 'Source Sans Pro', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, Sans-Serif;
|
|
height 100vh
|
|
overflow-y hidden
|
|
word-spacing 1px
|
|
-webkit-text-size-adjust 100%
|
|
-ms-text-size-adjust 100%
|
|
-webkit-font-smoothing antialiased
|
|
-moz-osx-font-smoothing grayscale
|
|
box-sizing border-box
|
|
|
|
body
|
|
color white
|
|
padding 0
|
|
margin 0
|
|
background-color var(--color-bg)
|
|
font-size 1.1rem
|
|
|
|
ul li, li
|
|
list-style-type none
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
font-family Sans
|
|
|
|
svg
|
|
width 100%
|
|
height 100%
|
|
|
|
*,
|
|
*::before,
|
|
*::after
|
|
box-sizing border-box
|
|
|
|
ul[class],
|
|
ol[class]
|
|
padding 0
|
|
|
|
body,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
p,
|
|
ul[class],
|
|
ol[class],
|
|
figure,
|
|
blockquote,
|
|
dl,
|
|
dd
|
|
margin 0
|
|
|
|
body
|
|
min-height 100vh
|
|
scroll-behavior smooth
|
|
text-rendering optimizeSpeed
|
|
line-height 1.5
|
|
|
|
ul[class],
|
|
ol[class]
|
|
list-style none
|
|
|
|
a:not([class])
|
|
text-decoration-skip-ink auto
|
|
|
|
img
|
|
max-width 100%
|
|
display block
|
|
|
|
article > * + *
|
|
margin-top 1em
|
|
|
|
input,
|
|
button,
|
|
textarea,
|
|
select
|
|
font inherit
|
|
|
|
@media (prefers-reduced-motion: reduce)
|
|
*
|
|
animation-duration 0.01ms !important
|
|
animation-iteration-count 1 !important
|
|
transition-duration 0.01ms !important
|
|
scroll-behavior auto !important
|
|
|
|
section
|
|
position relative
|
|
box-sizing border-box
|
|
& h2
|
|
margin 0px |