2021-03-21 01:21:41 +00:00
|
|
|
/* Colors */
|
|
|
|
:root {
|
|
|
|
/* LIGHT THEME COLORS */
|
2021-04-05 14:37:39 +00:00
|
|
|
--whoogle-logo: #685e79;
|
|
|
|
--whoogle-page-bg: #ffffff;
|
2021-10-24 05:54:05 +00:00
|
|
|
--whoogle-element-bg: #4285f4;
|
2021-04-05 14:37:39 +00:00
|
|
|
--whoogle-text: #000000;
|
2022-11-25 23:38:46 +00:00
|
|
|
--whoogle-contrast-text: #ffffff;
|
2021-03-21 01:21:41 +00:00
|
|
|
--whoogle-secondary-text: #70757a;
|
2021-04-05 14:37:39 +00:00
|
|
|
--whoogle-result-bg: #ffffff;
|
2021-03-21 01:21:41 +00:00
|
|
|
--whoogle-result-title: #1967d2;
|
|
|
|
--whoogle-result-url: #0d652d;
|
|
|
|
--whoogle-result-visited: #4b11a8;
|
|
|
|
|
|
|
|
/* DARK THEME COLORS */
|
2021-10-24 05:54:05 +00:00
|
|
|
--whoogle-dark-logo: #685e79;
|
|
|
|
--whoogle-dark-page-bg: #101020;
|
|
|
|
--whoogle-dark-element-bg: #4285f4;
|
|
|
|
--whoogle-dark-text: #ffffff;
|
|
|
|
--whoogle-dark-contrast-text: #ffffff;
|
|
|
|
--whoogle-dark-secondary-text: #bbbbbb;
|
|
|
|
--whoogle-dark-result-bg: #212131;
|
|
|
|
--whoogle-dark-result-title: #64a7f6;
|
|
|
|
--whoogle-dark-result-url: #34a853;
|
|
|
|
--whoogle-dark-result-visited: #bbbbff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-w {
|
|
|
|
fill: #4285f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-h {
|
|
|
|
fill: #ea4335;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-o-1 {
|
|
|
|
fill: #fbbc05;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-o-2 {
|
|
|
|
fill: #4285f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-g {
|
|
|
|
fill: #34a853;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-l {
|
|
|
|
fill: #ea4335;
|
|
|
|
}
|
|
|
|
|
|
|
|
#whoogle-e {
|
|
|
|
fill: #fbbc05;
|
2021-03-21 01:21:41 +00:00
|
|
|
}
|