From 25376fa03a916fec289932b2f7198417e4ccf2fe Mon Sep 17 00:00:00 2001 From: Odyssey Date: Sat, 10 Dec 2022 21:05:30 +0100 Subject: [PATCH] rename downloadButton to button. Signed-off-by: Odyssey --- public/css/global.css | 4 ++-- views/repo.html | 4 ++-- views/user.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/global.css b/public/css/global.css index 51ec7de..359c04a 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -151,7 +151,7 @@ a:hover { } /* URI: /:user/:repo */ -.downloadButton { +.button { background-color: var(--background); padding: 8px; border-radius: 8px; @@ -162,7 +162,7 @@ a:hover { display: inline-block; } -.downloadButton:hover { +.button:hover { background-color: var(--accent); color: var(--text); } diff --git a/views/repo.html b/views/repo.html index e7a988b..910c41a 100644 --- a/views/repo.html +++ b/views/repo.html @@ -4,8 +4,8 @@ {{ if .repo }} {{ range $key, $value := .repo}}
diff --git a/views/user.html b/views/user.html index e37be3f..a071c11 100644 --- a/views/user.html +++ b/views/user.html @@ -4,7 +4,7 @@ {{ if .user }} {{ range $key, $value := .user}}
{{.Login}}'s avatar