mirror of
https://github.com/dergigi/boris.git
synced 2026-02-19 14:04:38 +01:00
feat: color reading list tab blue to match bookmarks icon
- Apply #646cff color to reading-list tab when active - Matches the blue color used throughout the app for bookmarks - Provides visual consistency between bookmarks icon and reading list tab - Uses same color as bookmark-type and other bookmark-related elements
This commit is contained in:
@@ -43,6 +43,12 @@
|
||||
border-bottom-color: var(--highlight-color-mine, #ffff00);
|
||||
}
|
||||
|
||||
/* Reading List tab uses blue color to match bookmarks icon */
|
||||
.me-tab[data-tab="reading-list"].active {
|
||||
color: #646cff;
|
||||
border-bottom-color: #646cff;
|
||||
}
|
||||
|
||||
.me-tab svg {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user