From 806e557835074259991e5f18bb951c8e8539808f Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 30 Jul 2024 16:20:39 +0100 Subject: [PATCH] style: add css for install web button --- resources/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/styles.css b/resources/styles.css index 9cc0ed6..da77160 100644 --- a/resources/styles.css +++ b/resources/styles.css @@ -108,6 +108,13 @@ h1 { .install-button:hover { opacity: 0.8; } +.install-web-button { + background-color: #dc30ff; + color: #fff; +} +.install-web-button:hover { + opacity: 0.8; +} .copy-link-button { background-color: #FFA030; color: #fff;