Set a default outline color and width

- Applied since the browser defaults caused outlines to appear very
large in some cases.
- Set default color to use app primary color, to help them blend into
the design a little.

For #1738
This commit is contained in:
Dan Brown 2019-12-16 13:15:11 +00:00
parent f9fa6904b9
commit a9634b6b66
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -1,6 +1,7 @@
* {
box-sizing: border-box;
outline-color: #444444;
outline-color: var(--color-primary);
outline-width: 1px;
}
*:focus {