1
0
This commit is contained in:
2026-02-19 08:46:31 +01:00
parent cb5c5613a4
commit fe0e19fed3
3 changed files with 16 additions and 3 deletions
+5
View File
@@ -90,4 +90,9 @@
color: var(--clr-light-400);
text-decoration: none;
}
a:focus {
border-radius: 0.25rem;
border: 2px solid var(--clr-ts-red-400);
}
</style>