fix focus style on the home page

This commit is contained in:
daria 2024-08-19 16:37:49 +03:00
parent b1927f8078
commit 08aeefed1d

View file

@ -301,7 +301,7 @@ body.html {
&:hover {
color: @cryptpad_text_col;
}
&:focus {
&:focus-visible {
outline: @variables_focus_style;
}
i {