-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgsc.css
More file actions
54 lines (51 loc) · 1.02 KB
/
gsc.css
File metadata and controls
54 lines (51 loc) · 1.02 KB
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
.gsc-control-cse {
background: transparent;
border: none;
}
.gsc-search-button {
background-color: hsl(var(--theme_H), 100%, 40%);
background: none;
border-color: hsl(var(--theme_HSL));
}
.gsc-search-button svg path {
fill: hsl(var(--theme_HSL));
}
.gsc-input-box {
border-color: hsl(var(--theme_HSL));
}
.gsc-input-box, .gsc-input {
background: none;
}
.gsc-input {
color: var(--text_color);
}
.gsc-input-box input::-webkit-input-placeholder::before {
content: "ciao";
color: red;
}
/*.gsc-input-box {
background: transparent;
}
.gsc-input {
background: none;
background-clip: ;
color: cyan;
}
.gsc-input-box {
color: red;
}*/
.gsc-completion-container {
background: black;
color: var(--text_color);
}
.gsc-completion-container b {
color: hsl(var(--theme_HSL));
color: gray;
}
/*.gsc-results-wrapper-overlay {
background: rgb(21, 20, 26);
}*/
article img[alt="logo"] {
filter: hue-rotate(-182deg) hue-rotate(216deg);
/*filter: hue-rotate(334deg);*/
}