Browse Source

Merge pull request #70 from Extravi/newui

dark scrollbar for chromium users and imporved amoled theme
hnhx 2 years ago
parent
commit
95811de0f9

+ 5 - 3
static/css/amoled.css

@@ -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;
 }

+ 2 - 0
static/css/dark.css

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

+ 2 - 0
static/css/discord.css

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

+ 2 - 1
static/css/github_night.css

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

+ 2 - 0
static/css/night_owl.css

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

+ 2 - 0
static/css/nord.css

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

+ 2 - 2
static/css/styles.css

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