From 6be9abd131d44ef37d166eb6fa207f9fad68b096 Mon Sep 17 00:00:00 2001 From: Pawel Date: Fri, 29 May 2026 21:37:04 -0400 Subject: [PATCH] Styling in web-demo --- webapp/static/app.css | 2 ++ webapp/static/index.html | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/webapp/static/app.css b/webapp/static/app.css index 3182661..44b5abe 100644 --- a/webapp/static/app.css +++ b/webapp/static/app.css @@ -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; } diff --git a/webapp/static/index.html b/webapp/static/index.html index 59b1ecf..22aa451 100644 --- a/webapp/static/index.html +++ b/webapp/static/index.html @@ -132,12 +132,9 @@

Data acknowledgement

- Board layouts, hold metadata, and route data are derived from - Tension Board 2 - and - Kilter Board - datasets. This project is unaffiliated with Tension Climbing or - Kilter. The route generator is inspired by Andrej Karpathy's + Board layouts, hold metadata, and route data are derived from Tension Board 2 and Kilter Board datasets. + This project is unaffiliated with Tension Climbing or Kilter. + The route generator is inspired by Andrej Karpathy's nanoGPT.