From b42721fccab5e136e334d34125003be59160a3c8 Mon Sep 17 00:00:00 2001 From: Zarcolio Date: Tue, 27 Jun 2023 23:00:42 +0200 Subject: [PATCH] Update index.html --- Ducky script creator/index.html | 45 +++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/Ducky script creator/index.html b/Ducky script creator/index.html index c617e67..f6ad97b 100644 --- a/Ducky script creator/index.html +++ b/Ducky script creator/index.html @@ -46,8 +46,8 @@ height: 40px; font-size: 12px; border: none; - background-color: #4E9AF1; - color: white; + background-color: #FFB866; /* Light shade of orange */ + color: black; /* Black text */ cursor: pointer; border-radius: 4px; /* Added rounded corners */ } @@ -66,8 +66,8 @@ #saveButton { padding: 10px; border: none; - background-color: #4E9AF1; - color: white; + background-color: #FFB866; /* Light shade of orange */ + color: black; /* Black text */ font-size: 16px; cursor: pointer; border-radius: 4px; /* Added rounded corners */ @@ -108,6 +108,12 @@ padding: 10px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); } + + /* Added a class to style the save button */ + .save-button { + font-family: Arial, sans-serif; + font-size: 12px; + } @@ -214,27 +220,28 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +