Update basic.css

edited focus as browsers are displaying a thick black line. this is now a thing dotted outline.
This commit is contained in:
Lee 2020-11-06 14:17:19 +00:00
parent 7814636caf
commit 41d5b4a22f

View File

@ -1,3 +1,6 @@
:focus {
outline: -webkit-focus-ring-color dotted 1px;
}
body {
margin: 0px;
padding: 0px;