generated from rose-pine/rose-pine-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhoogle.css
65 lines (52 loc) · 1.12 KB
/
whoogle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* Font */
/*
* {
font-family: Cartograph CF !important;
}
*/
/* Colors */
:root {
/* LIGHT THEME COLORS */
--whoogle-logo: #c4a7e7;
--whoogle-page-bg: #faf4ed;
--whoogle-element-bg: #f2e9e1;
--whoogle-text: #575279;
--whoogle-contrast-text: #1f1d2e;
--whoogle-secondary-text: #797593;
--whoogle-result-bg: #faf4ed;
--whoogle-result-title: #d7827e;
--whoogle-result-url: #286983;
--whoogle-result-visited: #907aa9;
/* DARK THEME COLORS */
--whoogle-dark-logo: #c4a7e7;
--whoogle-dark-page-bg: #191724;
--whoogle-dark-element-bg: #1f1d2e;
--whoogle-dark-text: #e0def4;
--whoogle-dark-contrast-text: #e0def4;
--whoogle-dark-secondary-text: #908caa;
--whoogle-dark-result-bg: #393552;
--whoogle-dark-result-title: #9ccfd8;
--whoogle-dark-result-url: #3e8fb0;
--whoogle-dark-result-visited: #c4a7e7;
}
#whoogle-w {
fill: #eb6f92;
}
#whoogle-h {
fill: #f6c177;
}
#whoogle-o-1 {
fill: #ebbcba;
}
#whoogle-o-2 {
fill: #31748f;
}
#whoogle-g {
fill: #9ccfd8;
}
#whoogle-l {
fill: #c4a7e7;
}
#whoogle-e {
fill: #908caa;
}