My public website https://www.chameth.com/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_updates.sass 274B

12345678910111213141516
  1. // Blocks used to describe updates to posts
  2. @import ../colours
  3. aside.update
  4. display: block
  5. border-left: solid 10px $update-border
  6. background-color: $update-background
  7. padding: 1em
  8. margin: 0 0 2em 0
  9. h5
  10. margin-bottom: 0.2em
  11. ins
  12. text-decoration: none