···144144<!-- Condensed -->
145145<p><a href="/">Link</a> | <a href="/">Link</a> | <a href="/">Link</a></p>
146146```
147147+148148+## `PRIMARY_COLOUR`
149149+150150+Set the primary colour of elements in the default stylesheet. This field
151151+controls the colour of items such as links and highlights.
152152+153153+Popular choices are `var(--base0D)` for a blue, or `var(--base09)` for an
154154+amber colour.
155155+156156+### Examples
157157+158158+```plaintext
159159+PRIMARY_COLOUR=var(--base09)
160160+PRIMARY_COLOUR=red
161161+PRIMARY_COLOUR=#ff0000
162162+```