More styling links

This commit is contained in:
2026-05-29 21:45:39 -04:00
parent 6be9abd131
commit 7971665025
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ClimbingBoardGPT</title>
<link rel="stylesheet" href="/static/app.css?v=17" />
<link rel="stylesheet" href="/static/app.css?v=19" />
</head>
<body>
<!-- Top-level status: the app script replaces this with model readiness. -->