-
Notifications
You must be signed in to change notification settings - Fork 0
/
userContent.css
67 lines (53 loc) · 1.75 KB
/
userContent.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
@import 'colours/userColor.css';
body.activity-stream{
background-color: var(--accent-color) !important;
}
button.search-handoff-button{
display: none;
background-color: var(--accent-color) !important;
box-shadow: 0 2px 6px rgba(109, 109, 109, 0.15);
border: 1px solid var(--search-handoff-button-colour) !important;
}
div.logo{
display: none !important;
}
.search-wrapper .logo-and-wordmark .wordmark {
background: unset !important;
}
/* hide the settings button from the homepage */
.personalize-button {
display: none !important;
}
.search-wrapper .logo-and-wordmark .wordmark::before {
content: 'catppuccinno';
width: inherit;
height: 60vh;
display: flex;
justify-content: center;
align-content: center; /*aligns the content in center*/
align-items: center;
font-size: 100px;
font-family: "Baletta";
font-weight: 600;
/* color: #FBEED7; this is the color of text */
color: var(--textcolor);
/*border: 1px solid red;*/
}
@-moz-document url-prefix("about:") {
:root {
--in-content-page-background: var(--accent-color) !important;
--in-content-box-background: var(--search-handoff-button-colour) !important;
--in-content-table-background: var(--search-handoff-button-colour) !important;
}
}
#root .customize-menu {
background-color: var(--accent-color) !important;
}
/*changes the default teal colour, */
host, :root {
--in-content-primary-button-background: var(--settings-searchbar-border) !important;
--color-accent-primary: var(--settings-searchbar-border) !important;
--link-color: var(--settings-searchbar-border) !important;
--link-color-hover: var(--settings-searchbar-border) !important;
--link-color-active: var(--settings-searchbar-border) !important;
}