Merge pull request #90 from vars1ty/patch-1

Fix broken CSS
This commit is contained in:
hnhx 2022-11-09 11:54:55 +00:00 committed by GitHub
commit 6848ab4d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
--button-bg: #333333;
--special-result-border: opacity: 0;
--special-result-border: opacity 0;
--special-text-background: #282828;
--special-text-color: #F1F3F4;

View File

@ -7,17 +7,17 @@
--button-bg: #36393f;
--special-result-border: opacity: 0;
--special-result-border: opacity 0;
--special-text-background: #36393f;
--special-text-color: #dcddde;
--search-container-text-color: #dcddde;
--search-container-background-color: #282b30;
--search-container-background-border: opacity: 0;
--search-container-background-border: opacity 0;
--search-form-background-color: #36393f;
--border: opacity: 0;
--border: opacity 0;
--footer-fg: #dcddde;
--footer-bg: #36393f;

View File

@ -7,7 +7,7 @@
--button-bg: #1f242b;
--special-result-border: opacity: 0;
--special-result-border: opacity 0;
--special-text-background: #161b22;
--special-text-color: #f0f6fc;

View File

@ -7,17 +7,17 @@
--button-bg: #122d42;
--special-result-border: opacity: 0;
--special-result-border: opacity 0;
--special-text-background: #122d42;
--special-text-color: #d6deeb;
--search-container-text-color: #d6deeb;
--search-container-background-color: #535470;
--search-container-background-border: opacity: 0;
--search-container-background-border: opacity 0;
--search-form-background-color: #122d42;
--border: opacity: 0;
--border: opacity 0;
--footer-fg: #d6deeb;
--footer-bg: #535470;

View File

@ -7,17 +7,17 @@
--button-bg: #4C566A;
--special-result-border: opacity: 0;
--special-result-border: opacity 0;
--special-text-background: #4C566A;
--special-text-color: #E5E9F0;
--search-container-text-color: #E5E9F0;
--search-container-background-color: #2E3440;
--search-container-background-border: opacity: 0;
--search-container-background-border: opacity 0;
--search-form-background-color: #4C566A;
--border: opacity: 0;
--border: opacity 0;
--footer-fg: #D8DEE9;
--footer-bg: #2E3440;