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:
Gigi
2025-10-13 20:03:51 +02:00
parent 53a6053464
commit 9a14185fa5

View File

@@ -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;
}