From dcd44b624a05daa1f7b622d5887340af7bb25972 Mon Sep 17 00:00:00 2001 From: Sevi Date: Sat, 30 Nov 2024 05:45:52 -0800 Subject: [PATCH] winter theme changes: buttons --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 348b30a..e378f9e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -54,7 +54,7 @@ main { } button, .source-btn, .dsc-btn, .clr-btn { - background-color: #4caf50; + background-color: #0095ff; color: white; padding: 10px 20px; font-size: 16px;