UX changes

Clicking on cryptocurrency QR codes open the images in a new tab

Changed the `details` selector `summary` in `src/app.css` to fix unintended behavior
This commit is contained in:
2023-08-05 08:02:48 -05:00
parent 5814f14c71
commit b8efde379d
3 changed files with 16 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ h4 {
@apply text-xl font-bold my-8;
}
details {
summary {
@apply cursor-pointer;
}