mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
Fix light mode step text contrast
This commit is contained in:
+2
-2
@@ -1598,12 +1598,12 @@ input:checked + .mock-slider:before {
|
||||
font-size: 1.65rem;
|
||||
margin-bottom: 0.75rem;
|
||||
font-weight: 850;
|
||||
color: white;
|
||||
color: var(--text-main);
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.step-text p {
|
||||
color: #94a3b8;
|
||||
color: var(--text-muted);
|
||||
font-size: 1rem;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user