From b9925aea93deb081662ce4e1a1ea707622e9619f Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 5 Mar 2025 12:47:31 +0000 Subject: [PATCH] add source code link --- client/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/index.html b/client/index.html index 08dee41..1eb741a 100644 --- a/client/index.html +++ b/client/index.html @@ -19,10 +19,22 @@ overflow-y: scroll; white-space: pre-wrap; } + + a { + color: rgb(255, 31, 248); + text-decoration: none; + &:hover { + border-bottom: 1px solid rgb(255, 31, 248); + } + }
+ +