Add divider to user-defined CSS (#310)

This commit is contained in:
Harsh Barsaiyan
2021-05-11 16:24:45 +00:00
committed by Ben Busby
parent 05995649f3
commit 4466bbc8f4
3 changed files with 27 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@
--whoogle-result-title: #1967d2;
--whoogle-result-url: #0d652d;
--whoogle-result-visited: #4b11a8;
--whoogle-divider: #dfe1e5;
/* DARK THEME COLORS */
--whoogle-dark-logo: #888888;
@@ -23,4 +24,5 @@
--whoogle-dark-result-title: #dddddd;
--whoogle-dark-result-url: #eceff4;
--whoogle-dark-result-visited: #959595;
--whoogle-dark-divider: #111111;
}