style: add css for install web button

This commit is contained in:
Viren070
2024-07-30 16:20:39 +01:00
parent e9231aa544
commit 806e557835
+7
View File
@@ -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;