diff options
Diffstat (limited to 'client-web/style/watches.sass')
-rw-r--r-- | client-web/style/watches.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/style/watches.sass b/client-web/style/watches.sass index ee45f5d..4408cb8 100644 --- a/client-web/style/watches.sass +++ b/client-web/style/watches.sass @@ -20,7 +20,7 @@ width: 1em height: 1em border-radius: 3px - background-color: rgb(146, 243, 73) + background-color: var(--green) span display: inline-block - color: #bbbbbb + color: var(--textgrey) |