From 4179618208be8db5c494730a2f65b79ad94359a1 Mon Sep 17 00:00:00 2001 From: Siklos Date: Sat, 28 May 2022 12:52:21 -0400 Subject: [PATCH] Add 'start-page' --- start-page | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 start-page diff --git a/start-page b/start-page new file mode 100644 index 0000000..fd9b70a --- /dev/null +++ b/start-page @@ -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); +} +} \ No newline at end of file