My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_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