2021-03-21 04:21:41 +03:00
|
|
|
/* Colors */
|
|
|
|
:root {
|
|
|
|
/* LIGHT THEME COLORS */
|
2021-04-05 17:37:39 +03:00
|
|
|
--whoogle-logo: #685e79;
|
|
|
|
--whoogle-page-bg: #ffffff;
|
|
|
|
--whoogle-element-bg: #685e79;
|
|
|
|
--whoogle-text: #000000;
|
|
|
|
--whoogle-contrast-text: #ffffff;
|
2021-03-21 04:21:41 +03:00
|
|
|
--whoogle-secondary-text: #70757a;
|
2021-04-05 17:37:39 +03:00
|
|
|
--whoogle-result-bg: #ffffff;
|
2021-03-21 04:21:41 +03:00
|
|
|
--whoogle-result-title: #1967d2;
|
|
|
|
--whoogle-result-url: #0d652d;
|
|
|
|
--whoogle-result-visited: #4b11a8;
|
2021-05-11 19:24:45 +03:00
|
|
|
--whoogle-divider: #dfe1e5;
|
2021-03-21 04:21:41 +03:00
|
|
|
|
|
|
|
/* DARK THEME COLORS */
|
2021-04-09 18:00:02 +03:00
|
|
|
--whoogle-dark-logo: #888888;
|
|
|
|
--whoogle-dark-page-bg: #080808;
|
|
|
|
--whoogle-dark-element-bg: #111111;
|
|
|
|
--whoogle-dark-text: #dddddd;
|
|
|
|
--whoogle-dark-contrast-text: #aaaaaa;
|
|
|
|
--whoogle-dark-secondary-text: #8a8b8c;
|
|
|
|
--whoogle-dark-result-bg: #111111;
|
|
|
|
--whoogle-dark-result-title: #dddddd;
|
|
|
|
--whoogle-dark-result-url: #eceff4;
|
|
|
|
--whoogle-dark-result-visited: #959595;
|
2021-05-11 19:24:45 +03:00
|
|
|
--whoogle-dark-divider: #111111;
|
2021-03-21 04:21:41 +03:00
|
|
|
}
|