mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
feat: make error message links more obvious
- Add primary color and underline to links in error messages - Increase font weight to 600 for better visibility - Add hover state with color transition - nos2x link now clearly stands out as clickable
This commit is contained in:
@@ -195,6 +195,18 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.login-error a {
|
||||
color: var(--color-primary);
|
||||
text-decoration: underline;
|
||||
font-weight: 600;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.login-error a:hover {
|
||||
color: var(--color-primary-hover);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.login-footer {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user