Update styles.css

This commit is contained in:
Anirudh Sevugan 2025-08-03 18:22:36 -05:00 committed by GitHub
parent 5ef21fd687
commit e384647626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,11 @@ h1 {
font-family: "Inter-header", Arial, sans-serif !important;
}
[tabindex="0"]:focus {
outline: 2px solid #00f;
box-shadow: 0 0 5px #00f;
}
* {
font-family: "Inter", Arial, sans-serif;
}
@ -200,3 +205,4 @@ h1 {
z-index: 10000;
text-align: center;
}