Improve accessibility
This commit is contained in:
@@ -243,6 +243,14 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
// Focusable Elements (e.g. via tabindex)
|
||||
.focusable {
|
||||
&:focus {
|
||||
outline: 3px solid rgba(0, 54, 199, 0.6);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
// Del
|
||||
del {
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user