Add 'start-page'
This commit is contained in:
parent
8d20b2147a
commit
4179618208
1 changed files with 53 additions and 0 deletions
53
start-page
Normal file
53
start-page
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
@-moz-document url-prefix("https://www.startpage.com/") {
|
||||||
|
:root {
|
||||||
|
--border-radius-large: 12px;
|
||||||
|
--search-bgd-02: #17191E;
|
||||||
|
--search-bgd-03: #1A1C23;
|
||||||
|
--search-bgd-04: #1E2028;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-gl:not(.w-gl--light):not(.w-gl--night):not(.w-gl--air) .w-gl__result-title {
|
||||||
|
color: #7799E5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-gl__description {
|
||||||
|
color: #AFB3C1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-gl__result-url {
|
||||||
|
font-weight: 500;
|
||||||
|
color: #AFB3C1;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
.w-gl {
|
||||||
|
letter-spacing: 0.025em;
|
||||||
|
font-family: 'Nimbus Sans',sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-gl__result {
|
||||||
|
border-radius: var(--border-radius-large);
|
||||||
|
padding-top: 1.2rem;
|
||||||
|
padding-right: 22px;
|
||||||
|
padding-bottom: 1.7rem;
|
||||||
|
padding-left: 22px;
|
||||||
|
margin-bottom: -2.0rem;
|
||||||
|
background-color: var(--search-bgd-04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-gl:not(.w-gl--light):not(.w-gl--night):not(.w-gl--air) .linkHover {
|
||||||
|
background: var(--search-bgd-04);
|
||||||
|
border: 1px solid var(--search-bgd-04);
|
||||||
|
}
|
||||||
|
|
||||||
|
.css-ve33fw {
|
||||||
|
background-color: var(--search-bgd-03);
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-web:not(.layout-web--light):not(.layout-web--night):not(.layout-web--air), .layout-web:not(.layout-web--light):not(.layout-web--night):not(.layout-web--air) .layout-web__body,
|
||||||
|
.w-gl:not(.w-gl--light):not(.w-gl--night):not(.w-gl--air),
|
||||||
|
.css-1vpea0x,
|
||||||
|
.layout-video:not(.layout-video--light):not(.layout-video--night):not(.layout-video--air)
|
||||||
|
{
|
||||||
|
background: var(--search-bgd-02);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue