blog/themes/cmd/source/css/cmd.styl
thisLight 781759d545 move cmd to nunjucks & update hexo to 6.0.0
Other changes:
* minor fix to the display for code blocks
* remove floating when hover on cards
* replace the list of tags and categories to the index page one
* small change on the title of tags' and categories' pages
2021-12-31 18:07:40 +08:00

42 lines
729 B
Stylus

body
display: flex
min-height: 100vh
flex-direction: column
main
flex: 1 0 auto
.collection-item .no-padding
padding: 0
.card-small-margin
margin: 0.1rem 0 0 0 !important
@media (max-width: 450px)
.xscontainer
width: 100% !important
@media (min-width: 992px)
.card .card-content
padding: 12px
.collapsible .small-padding
padding: 1rem !important
padding-bottom: 0 !important
@media (max-width: 600px)
.collapsible .small-padding
padding: 4px !important
padding-bottom: 0 !important
.entry ul li
list-style-type: square !important
/* Override code block */
figure.highlight > table > tbody > tr > td
padding: 0
figure.highlight table tbody tr:last-child td
padding-bottom: 0