mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
39 lines
405 B
Stylus
39 lines
405 B
Stylus
*
|
|
margin 0
|
|
padding 0
|
|
|
|
body
|
|
background color-background
|
|
font 300 14px font-main
|
|
text-shadow 0 0 1px transparent
|
|
|
|
h1
|
|
font-size 2em
|
|
|
|
h2
|
|
font-size 1.6em
|
|
|
|
h3
|
|
font-size 1.3em
|
|
|
|
a
|
|
color color-main01
|
|
text-decoration none
|
|
|
|
strong
|
|
font-weight bold
|
|
|
|
.alignleft
|
|
float left
|
|
|
|
.alignright
|
|
float right
|
|
|
|
.clearfix
|
|
clearfix()
|
|
|
|
.inner
|
|
margin 0 auto
|
|
position relative
|
|
width 1000px
|
|
z-index 0 |