mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-25 09:02:33 -04:00
Add divider to user-defined CSS (#310)
This commit is contained in:
committed by
Ben Busby
parent
05995649f3
commit
4466bbc8f4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user