smr/assets/style.css

15 lines
289 B
CSS

body{
margin:40px auto;
max-width:80%;
line-height:1.6;
font-size:18px;
color:#444 !important;
padding:0 10px
}
h1,h2,h3{line-height:1.2}
p{margin-bottom:0px}
.spoiler,.spoiler2{background:#444}
.spoiler:hover,.spoiler2:hover{color:#FFF}
.greentext{color:#282}
.pinktext{color:#928}