feat(andreknie.de): improve accessibility and initial loading
This commit is contained in:
@@ -76,6 +76,11 @@
|
||||
transform: translateY(-8px) scale(1.15);
|
||||
}
|
||||
|
||||
.dock-item:focus-visible {
|
||||
outline: 2px solid var(--accent-color);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
.dock-item.active {
|
||||
color: var(--accent-color);
|
||||
background: rgba(var(--accent-color-rgb), 0.1);
|
||||
|
||||
Reference in New Issue
Block a user