commit 12217085c1dde6e7ff9edf7b7676aa34dfbfa4b6
parent 907e6e33257f6f4e403ffb3a920f0f80468aaf0e
Author: Kninteman <[email protected]>
Date: Tue, 13 Jun 2023 01:01:13 +0200
Colors
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css/dashboard.css b/css/dashboard.css
@@ -60,7 +60,7 @@ nav ul li:first-child {
.download-button {
display: flex;
padding: 10px 20px;
- background-color: #BC9999;
+ background-color: rgb(207, 72, 72);
color: white;
text-decoration: none;
cursor: pointer;