Skip to content

Commit

Permalink
docs: Document svg_style_dark
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Apr 15, 2024
1 parent 7394cf0 commit 06b02ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ _Type:_ `string`

_Default:_ See [`config.py`](keymap_drawer/config.py)

#### `svg_style_dark`[^1]

The set of CSS overrides that are added when `dark_mode` is enabled, and conditionally added with `@media (prefers-color-scheme: dark)` when it is `"auto"`.

_Type:_ `string`

_Default:_ See [`config.py`](keymap_drawer/config.py)

#### `svg_extra_style`

Extra CSS that will be appended to `svg_style`, enabling augmenting and overriding properties.
Expand Down

0 comments on commit 06b02ae

Please sign in to comment.