Merge pull request #70 from Extravi/newui

dark scrollbar for chromium users and imporved amoled theme
This commit is contained in:
hnhx 2022-09-16 09:23:04 +02:00 committed by GitHub
commit 95811de0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 6 deletions

View File

@ -7,13 +7,13 @@
--button-bg: #141414;
--special-result-border: opacity: 0;
--special-result-border: #202124;
--special-text-background: #080808;
--special-text-color: #F1F3F4;
--search-container-text-color: #F1F3F4;
--search-container-background-color: #141414;
--search-container-background-border: #202124;
--search-container-background-color: #303134;
--search-container-background-border: #3C4043;
--search-form-background-color: #080808;
@ -21,4 +21,6 @@
--footer-fg: #BABCBE;
--footer-bg: #080808;
color-scheme: dark;
}

View File

@ -21,4 +21,6 @@
--footer-fg: #999da2;
--footer-bg: #161616;
color-scheme: dark;
}

View File

@ -21,4 +21,6 @@
--footer-fg: #dcddde;
--footer-bg: #36393f;
color-scheme: dark;
}

View File

@ -21,5 +21,6 @@
--footer-fg: #8b949e;
--footer-bg: #161b22;
/* GitHub's Border Colours: #444c56 */
color-scheme: dark;
}

View File

@ -21,4 +21,6 @@
--footer-fg: #d6deeb;
--footer-bg: #535470;
color-scheme: dark;
}

View File

@ -21,4 +21,6 @@
--footer-fg: #D8DEE9;
--footer-bg: #2E3440;
color-scheme: dark;
}

View File

@ -97,7 +97,7 @@ a:hover,
.logomobile {
position: absolute;
margin-top: 0px;
top: 20px;
top: 25px;
left: 20px;
}
@ -209,7 +209,7 @@ a:hover,
.text-result-wrapper {
max-width: 550px;
word-wrap: break-word;
margin-top: 25px;
margin-bottom: 35px;
}
.text-result-wrapper a {