add ring color

This commit is contained in:
NicolasMontone
2025-04-01 19:14:32 -03:00
parent 8586d63e6d
commit cc70fbd0f5

View File

@@ -26,6 +26,11 @@ a:hover {
color: #535bf2; color: #535bf2;
} }
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}
body { body {
margin: 0; margin: 0;
place-items: center; place-items: center;