diff options
Diffstat (limited to 'frontend/src/components/FeedItem.css')
| -rw-r--r-- | frontend/src/components/FeedItem.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css index 1e7b9bd..bdca707 100644 --- a/frontend/src/components/FeedItem.css +++ b/frontend/src/components/FeedItem.css @@ -48,24 +48,23 @@ background: none; border: none; cursor: pointer; - font-size: 1.2rem; - padding: 0 0.5rem 0 0; + font-size: 1.25rem; + padding: 0 0 0 0.5rem; vertical-align: middle; transition: color 0.2s; line-height: 1; } .star-btn.is-starred { - color: #ffd700; - /* Gold */ + color: blue; } .star-btn.is-unstarred { - color: #ccc; + color: black; } .star-btn:hover { - color: #ffeb3b; + color: blue; } .action-btn { |
