improve .click hover underline

This commit is contained in:
2024-11-06 15:14:52 +00:00
parent b492a120d2
commit 2301aaf23d
+4
View File
@@ -68,6 +68,10 @@
text-decoration: underline dotted; text-decoration: underline dotted;
} }
.click:hover {
text-decoration: underline solid;
}
div.buttons { div.buttons {
display: flex; display: flex;
justify-content: center; justify-content: center;