feat: use <button> to improve a11y and keyboard navigation experience (#74)

This commit is contained in:
George Chen
2025-01-12 01:35:19 +08:00
committed by GitHub
parent 11283f6f94
commit 78fa350ced
9 changed files with 28 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ hr {
opacity: 0.1;
}
.tag {
.tag, .tagSize {
margin: 4px;
padding: 2px 4px;
// border: 1px solid var(--c-text);