From a6f0e69d51df517b6e82a591016c6de9ce433f40 Mon Sep 17 00:00:00 2001 From: SenpaiHunters Date: Wed, 10 Apr 2024 00:30:12 +1000 Subject: [PATCH] missed a few things --- README.md | 2 +- autoclicker-tests/website/css/index.css | 3 ++- autoclicker-tests/website/index.html | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ec9a99..fdc8f49 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ clakr is open-sourced under the MIT License. See the [LICENSE](LICENSE.md) file ## Acknowledgments - [KawaiiFumiko002](https://github.com/Alessandro15204) - - [App icon creater]() + - [App icon creater](https://github.com/SenpaiHunters/Clakr/tree/main/clakr/clakr/Assets.xcassets/AppIcon.appiconset) - [Sindre Sorhus](https://github.com/sindresorhus) - [Keyboard Shortcuts](https://github.com/sindresorhus/KeyboardShortcuts) diff --git a/autoclicker-tests/website/css/index.css b/autoclicker-tests/website/css/index.css index 62199ec..1558427 100644 --- a/autoclicker-tests/website/css/index.css +++ b/autoclicker-tests/website/css/index.css @@ -4,6 +4,7 @@ --button-bg: #7c47d2; --button-bg-hover: #7632e2; --button-bg-active: #6324c7; + --white: #fff; } body { @@ -33,7 +34,7 @@ body { background-color: var(--button-bg); border: none; border-radius: 5px; - color: white; + color: var(--white); cursor: pointer; transition: background-color 0.3s ease; } diff --git a/autoclicker-tests/website/index.html b/autoclicker-tests/website/index.html index b404ad0..3482065 100644 --- a/autoclicker-tests/website/index.html +++ b/autoclicker-tests/website/index.html @@ -14,15 +14,15 @@ - Clakr - test your auto clickers - + Clakr - Test your auto clickers + - + @@ -30,7 +30,7 @@ - +