From a4f31f54499f6b9c280d519beadf9ba4916b168d Mon Sep 17 00:00:00 2001 From: Notexe Date: Mon, 16 Oct 2023 14:58:48 +0000 Subject: [PATCH] Add github repo link --- index.html | 1 + main.css | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/index.html b/index.html index cfeaf6c..85c29a0 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,7 @@ API Documentation + Github repository Download hash list diff --git a/main.css b/main.css index 714dd8a..8170443 100644 --- a/main.css +++ b/main.css @@ -70,6 +70,18 @@ a:visited { background-color: #525252; } +#githubrepo { + text-transform: uppercase; + background-color: #0072cf; + box-shadow: 0 5px 0 #0030cf; + color: white; + padding: 0.1em 0.5em; +} + +#githubrepo:hover { + background-color: #005acf; +} + #copy_text_box { position: relative; padding-bottom: 100px;