mirror of
https://github.com/dergigi/boris.git
synced 2026-01-29 11:44:58 +01:00
style: improve bookmarks sidebar visual design
- Replace green buttons with purple/blue primary color - Add subtle borders to card and large preview views - Enable image previews in card view for all bookmarks (not just articles) - Fetch OG images for regular bookmarks in card view - Improve hover states with lighter border colors
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
.icon-button.primary { background: #646cff; color: white; border-color: #646cff; }
|
||||
.icon-button.primary:hover { filter: brightness(1.05); }
|
||||
|
||||
.icon-button.success { background: #28a745; color: white; border-color: #28a745; }
|
||||
.icon-button.success:hover { filter: brightness(1.05); }
|
||||
.icon-button.success { background: #646cff; color: white; border-color: #646cff; }
|
||||
.icon-button.success:hover { filter: brightness(1.1); }
|
||||
|
||||
.icon-button.ghost { background: #2a2a2a; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user