From 3f253133684caec049d25da920929e76d50353e3 Mon Sep 17 00:00:00 2001 From: AHKAD Date: Tue, 17 Sep 2024 10:58:57 +0000 Subject: [PATCH] download button style --- static/css/style.css | 7 +++++++ views/home.ejs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 47b9c22..6d19f67 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -33,6 +33,13 @@ body { } +.download-button{ + background-color: transparent; + color: #c8e4ef; + border-style: none; + cursor: pointer; +} + .inputHolder { padding: 10px; margin-top: 5px; diff --git a/views/home.ejs b/views/home.ejs index d8fe4d1..0ea616e 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -83,7 +83,7 @@ - +