-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgruvbox-google.user.css
103 lines (89 loc) · 2 KB
/
gruvbox-google.user.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* ==UserStyle==
@name Gruvbox-Google
@namespace github.com/touhidulshawan
@version 1.0
@description Gruvbox dark theme for google search page
@preprocessor stylus
@author Touhidul Shawan
@homepageURL https://github.com/touhidulshawan/gruvbox-google
@license MIT
==/UserStyle== */
@-moz-document domain("www.google.com") {
html {
--bg-primary: #282828;
--bg-secondary: #1d2021;
--comment: #32302f;
--red: #cc241d;
--green: #98971a;
--yellow: #d79921;
--blue: #458588;
--magenta: #b16286;
--cyan: #689d6a;
--orange: #d65d0e;
--fg-primary: #d5c4a1;
}
body {
background-color: var(--bg-primary) !important;
}
p {
color: var(--fg-primary) !important;
}
a {
color: var(--blue) !important;
transition: all 0.22s ease-in-out;
}
a:hover,
a:focus {
color: var(--green) !important;
}
a:visited {
color: var(--magenta) !important;
}
.sfbg {
background-color: var(--bg-primary);
}
.pTwnEc {
background-color: var(--comment);
}
.WE0UJf.NyYcvd {
background-color: var(--bg-primary);
}
#result-stats {
margin: 0 auto;
}
.yg51vc {
background: var(--bg-primary) !important;
}
g-menu {
background-color: var(--red);
}
#rcnt {
display: grid;
grid-template-columns: 2fr auto;
gap: 20px;
max-width: 100%;
}
#center_col {
margin: 0 auto;
}
#rhs {
margin-left: 0;
margin-right: 30px;
}
/*card */
.Ww4FFb,
.vt6azd,
.tF2Cxc,
.asEBEc {
background: var(--bg-primary);
padding: 12px 22px;
border: 6px dotted var(--comment);
border-radius: 8px;
}
.e3sOrb {
background: var(--bg-primary);
padding: 20px 10px;
width: 50vw;
border: 15px dotted var(--comment);
}
}