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 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + +