Fix _variables.scss filename in README (#1683)

This commit is contained in:
Raffaele Mancuso 2023-08-28 23:08:54 +02:00 committed by GitHub
parent f83d09c2a1
commit b6b18b47d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ A variety of beautiful theme colors have been selected for you to choose from.
The default is purple, but you can quickly change it by editing the The default is purple, but you can quickly change it by editing the
`--global-theme-color` variable in the `_sass/_themes.scss` file. `--global-theme-color` variable in the `_sass/_themes.scss` file.
Other color variables are listed there as well. Other color variables are listed there as well.
The stock theme color options available can be found at `_sass/variables.scss`. The stock theme color options available can be found at `_sass/_variables.scss`.
You can also add your own colors to this file assigning each a name for ease of You can also add your own colors to this file assigning each a name for ease of
use across the template. use across the template.