mediocre-blog/assets/main.css

61 lines
762 B
CSS
Raw Normal View History

ul {
list-style: circle;
}
#title-header {
border-bottom: 1px solid #AAA;
}
#title-header .title {
margin-top: 2rem;
margin-bottom: 2rem;
margin-left: 0;
margin-right: 0;
}
#title-header .title a {
color: #222;
text-decoration: none;
}
#title-header .social {
margin-top: 1rem;
}
#title-header .social a {
color: #AAA;
text-decoration: none;
margin-right: 1em;
}
#posts-list {
margin-top: 3rem;
list-style: none;
}
#posts-list h2 {
margin: 0;
}
#posts-list h2 a {
color: #222;
text-decoration: none;
}
#post-header {
margin-top: 3rem;
margin-bottom: 2rem;
}
#post-headline {
margin: 0;
}
#post-sub-header {
color: #AAA;
}
#post-content ul {
margin-left: 1em;
}