style(base): add cursor styles for interactive elements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user