change outline color

This commit is contained in:
daria 2023-12-19 15:21:47 +02:00
parent 81fb2dafc3
commit f5b429c474
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@
* {
outline-style: none;
&:focus {
outline: blue solid 2px;
outline: @cryptpad_color_brand solid 2px;
}
}