52 lines
No EOL
1.3 KiB
CSS
52 lines
No EOL
1.3 KiB
CSS
@-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;
|
|
background-color: var(--search-bgd-03);
|
|
}
|
|
|
|
.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);
|
|
}
|
|
} |