diff options
Diffstat (limited to 'src/components/favorite_button/favorite_button.vue')
| -rw-r--r-- | src/components/favorite_button/favorite_button.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/favorite_button/favorite_button.vue b/src/components/favorite_button/favorite_button.vue index 6eaf0607..fd53b505 100644 --- a/src/components/favorite_button/favorite_button.vue +++ b/src/components/favorite_button/favorite_button.vue @@ -8,14 +8,13 @@ <script src="./favorite_button.js" ></script> <style lang='scss'> - @import '../../_variables.scss'; .favorite-button { cursor: pointer; &:hover { - color: $main-color; + color: orange; } } .icon-star { - color: $main-color; + color: orange; } </style> |
