Fix typo in 2019-10-15-light-dark-colors.md

occurences -> occurrences
This commit is contained in:
Ikko Ashimine
2021-04-04 13:12:41 +09:00
committed by Jeremy Thomas
parent a226cace2d
commit 6de773dfb5

View File

@@ -151,7 +151,7 @@ This is processed by the updated `mergeColorMaps()` Sass function.
{% include elements/anchor.html name='Scheme variables for "Dark mode"' %} {% include elements/anchor.html name='Scheme variables for "Dark mode"' %}
There are 6 new `$scheme` derived variables: `$scheme-main` `$scheme-main-bis` `$scheme-main-ter` `$scheme-invert` `$scheme-invert-bis` `$scheme-invert-ter` There are 6 new `$scheme` derived variables: `$scheme-main` `$scheme-main-bis` `$scheme-main-ter` `$scheme-invert` `$scheme-invert-bis` `$scheme-invert-ter`
They replace the `$white` and `$black` occurences in the codebase. They replace the `$white` and `$black` occurrences in the codebase.
This makes it easy to create a **"Dark mode"** simply by swapping the values: This makes it easy to create a **"Dark mode"** simply by swapping the values: