diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-09 18:05:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-09 18:05:32 +0900 |
| commit | f9022fdf16d1eeb62336a9467dbf355f931b7c4a (patch) | |
| tree | fdc8c88800591df0b371895dd264098d94c22260 /src | |
| parent | :art: (diff) | |
| download | sharkey-f9022fdf16d1eeb62336a9467dbf355f931b7c4a.tar.gz sharkey-f9022fdf16d1eeb62336a9467dbf355f931b7c4a.tar.bz2 sharkey-f9022fdf16d1eeb62336a9467dbf355f931b7c4a.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 5b6969356d..874928942f 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -189,7 +189,7 @@ hr { ._buttonPrimary { @extend ._button; - color: #fff; + color: var(--fgOnAccent); background: var(--accent); &:not(:disabled):hover { |