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 @@
- 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.