Files
hedgeblog/static/styles/post.css
jetstream0 db4f5fea22 add css, next post feature
change favicon, add more readme, add extra example post, dark/light mode toggle
2023-07-31 22:54:05 -07:00

17 lines
199 B
CSS

#post-md {
margin-top: 7px;
display: none;
}
#show-md:checked ~ #post-md {
display: block;
}
#show-md:checked ~ #post-html {
display: none;
}
#next-post-container {
padding-top: 10px;
}