Styling in web-demo

This commit is contained in:
2026-05-29 21:37:04 -04:00
parent 5bb4875acf
commit 6be9abd131
2 changed files with 5 additions and 6 deletions

View File

@@ -410,8 +410,10 @@ button.secondary:hover {
#data-acknowledgement-card a {
color: var(--link);
text-decoration: none;
}
#data-acknowledgement-card a:hover {
color: var(--hover);
text-decoration: underline;
}