Skip to content

Commit 95811de

Browse files
authored
Merge pull request hnhx#70 from Extravi/newui
dark scrollbar for chromium users and imporved amoled theme
2 parents f1eea7b + b46e570 commit 95811de

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

static/css/amoled.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77

88
--button-bg: #141414;
99

10-
--special-result-border: opacity: 0;
10+
--special-result-border: #202124;
1111
--special-text-background: #080808;
1212
--special-text-color: #F1F3F4;
1313

1414
--search-container-text-color: #F1F3F4;
15-
--search-container-background-color: #141414;
16-
--search-container-background-border: #202124;
15+
--search-container-background-color: #303134;
16+
--search-container-background-border: #3C4043;
1717

1818
--search-form-background-color: #080808;
1919

2020
--border: #202124;
2121

2222
--footer-fg: #BABCBE;
2323
--footer-bg: #080808;
24+
25+
color-scheme: dark;
2426
}

static/css/dark.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121

2222
--footer-fg: #999da2;
2323
--footer-bg: #161616;
24+
25+
color-scheme: dark;
2426
}

static/css/discord.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121

2222
--footer-fg: #dcddde;
2323
--footer-bg: #36393f;
24+
25+
color-scheme: dark;
2426
}

static/css/github_night.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121

2222
--footer-fg: #8b949e;
2323
--footer-bg: #161b22;
24-
/* GitHub's Border Colours: #444c56 */
24+
25+
color-scheme: dark;
2526
}

static/css/night_owl.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121

2222
--footer-fg: #d6deeb;
2323
--footer-bg: #535470;
24+
25+
color-scheme: dark;
2426
}

static/css/nord.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121

2222
--footer-fg: #D8DEE9;
2323
--footer-bg: #2E3440;
24+
25+
color-scheme: dark;
2426
}

static/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ a:hover,
9797
.logomobile {
9898
position: absolute;
9999
margin-top: 0px;
100-
top: 20px;
100+
top: 25px;
101101
left: 20px;
102102
}
103103

@@ -209,7 +209,7 @@ a:hover,
209209
.text-result-wrapper {
210210
max-width: 550px;
211211
word-wrap: break-word;
212-
margin-top: 25px;
212+
margin-bottom: 35px;
213213
}
214214

215215
.text-result-wrapper a {

0 commit comments

Comments
 (0)