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

_updates.sass 254B

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