mirror of
https://github.com/dergigi/boris.git
synced 2026-01-21 07:44:56 +01:00
fix: improve contrast for highlighted text in login screen
- Change login-highlight text color from var(--color-text) to #000000 - Ensures proper contrast against bright yellow highlight background in dark mode - Fixes readability issue where light gray text was hard to read on yellow background
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
.login-highlight {
|
||||
background-color: var(--highlight-color-mine, #fde047);
|
||||
color: var(--color-text);
|
||||
color: #000000;
|
||||
padding: 0.125rem 0.25rem;
|
||||
border-radius: 3px;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user