Fix variables.scss path (#492)

Signed-off-by: Cygnan <email@cygnan.com>
This commit is contained in:
Cygnan 2017-12-21 06:55:43 +09:00 committed by Eugen Rochko
parent 7431659193
commit 986660c7c0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ You can make the application load a different CSS file than the default, you can
## Changing colors and other variables
See the `app/javascript/styles/variables.scss` file for the full list of available variables used throughout the application styles. You can redefine their values in your own `custom.scss` like this:
See the `app/javascript/styles/mastodon/variables.scss` file for the full list of available variables used throughout the application styles. You can redefine their values in your own `custom.scss` like this:
```scss
$ui-highlight-color: #d3d900;