style(base): add cursor styles for interactive elements

This commit is contained in:
2026-01-05 13:28:49 -05:00
parent 8b31e5c54b
commit b45a92e01a

View File

@@ -18,6 +18,10 @@ templ Base(title string) {
min-height: 100%;
padding: 0;
margin: 0;
cursor: default;
}
wa-button, a, [onclick], [hx-get], [hx-post] {
cursor: pointer;
}
</style>
</head>