diff options
Diffstat (limited to 'css/main.scss')
-rw-r--r-- | css/main.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss index 615ef99..591b8f8 100644 --- a/css/main.scss +++ b/css/main.scss @@ -58,6 +58,13 @@ code { font-family: $codeFont; } +img { + // Set the `color` property so that alternative + // text uses the correct colour. + + color: var(--textColour); +} + ul { list-style: none; |