82 lines
1.3 KiB
CSS
82 lines
1.3 KiB
CSS
|
/* Colors */
|
||
|
:root {
|
||
|
/* LIGHT THEME COLORS */
|
||
|
--whoogle-logo: #685e79;
|
||
|
--whoogle-page-bg: #ffffff;
|
||
|
--whoogle-element-bg: #4285f4;
|
||
|
--whoogle-text: #000000;
|
||
|
--whoogle-contrast-text: #ffffff;
|
||
|
--whoogle-secondary-text: #70757a;
|
||
|
--whoogle-result-bg: #ffffff;
|
||
|
--whoogle-result-title: #1967d2;
|
||
|
--whoogle-result-url: #0d652d;
|
||
|
--whoogle-result-visited: #4b11a8;
|
||
|
|
||
|
/* DARK THEME COLORS */
|
||
|
/* --primary: #ff1a66;
|
||
|
--primary-active: #e5175c;
|
||
|
--primary-grad2: #ff5448;
|
||
|
--grad2-active: #e54b41;
|
||
|
--primary-grad3: #ff8448;
|
||
|
--grad3-active: #e57741; */
|
||
|
--body-bg: #0a0c0d;
|
||
|
--body-color: #e4e8ea;
|
||
|
--ad-bg: #282e31;
|
||
|
--gray-200: #1b1f21;
|
||
|
--gray-300: #23292c;
|
||
|
--gray-400: #282e31;
|
||
|
--gray-800: #9aa2a6;
|
||
|
--gray-900: #50585c;
|
||
|
--gray-950: #31373a;
|
||
|
--danger: #ff3333;
|
||
|
--danger-active: #e52e2e;
|
||
|
|
||
|
|
||
|
--aa: #D1D1D1;
|
||
|
--ab: #DBDBDB;
|
||
|
--bb: #85C7F2;
|
||
|
--ba: #636363;
|
||
|
--bc: #4C4C4C;
|
||
|
|
||
|
--qw: #F3E8EE;
|
||
|
--primary-grad2: #BACDB0;
|
||
|
--primary: #729B79;
|
||
|
--primary-grad3: #475B63;
|
||
|
--ew: #2E2C2F;
|
||
|
|
||
|
--re: #2D3142;
|
||
|
--er: #BFC0C0;
|
||
|
--rr: #FFFFFF;
|
||
|
--ee: #EF8354;
|
||
|
--rw: #4F5D75;
|
||
|
}
|
||
|
|
||
|
|
||
|
#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;
|
||
|
}
|