Improved navigation and clarity in details view.

This commit is contained in:
lwark
2024-09-13 15:23:11 -05:00
parent 744394f236
commit c7d83401e7
15 changed files with 270 additions and 177 deletions

View File

@@ -27,3 +27,15 @@
visibility: visible;
font-size: large;
}
.data-link {
color: blue;
text-decoration: underline;
text-decoration-color: blue;
}
.data-link:hover {
color: #ff33ff;
text-decoration-color: #ff33ff;
cursor: pointer;
}