Skip to content

Custom CSS

Philip Levy edited this page Feb 22, 2022 · 2 revisions

These are additions or changes to the default design tokens and utility classes.

They are in the file /assets/css/custom.css.

Width

  • .maxw-half: 50%
  • .width-half: 50%

Typography

Code

  • code
    Make all code block more visually distinct with background color and padding

Line height

  • .line-height-none: 0
    Cancel out line height inherited from parent containers

Other stuff

Details

  • details
    Change the cursor to a pointer when interacting with this element

Clone this wiki locally