nord-based theme for Startpage.com. A bit more dimmed fonts than vanilla nord.
Startpage nordish by bcha

Details
Authorbcha
LicenseNo License
Categorystartpage
Created
Updated
Code size2.5 kB
Code checksum11708fac
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Startpage nordish
@version 20211018.10.55
@namespace userstyles.world/user/bcha
@description nord-based theme for Startpage.com. A bit more dimmed fonts than vanilla nord.
@author bcha
@license No License
==/UserStyle== */
@-moz-document domain("startpage.com") {
/* background colors */
header, .wp-qi-sb__result, .linkHover, .footer__container {
background: #3b4252 !important;
}
.layout-web, .layout-web__body, .w-gl {
background: #2e3440 !important;
}
.wp-qi-sb__result {
border: 1px solid #3b4252 !important;
}
.wp-qi-sb__top-square-img {
border-bottom: 1px solid #3b4252 !important;
}
/* fonts */
.w-gl__result-title, .inline-nav-menu__link, .wp-qi-sb__title {
color: #cdd9e5 !important;
}
.w-gl__result, .search-filter-time__dropdown, .search-filter-region__dropdown, .search-filter-family__field-label, .wp-qi-sb__extract {
color: #adbac7 !important;
}
.w-gl__result-url {
color: #768390 !important;
}
.wp-qi-sb__expand-text, .inline-nav-menu__link__active, .inline-nav-menu__link:hover {
color: #a3be8c !important;
}
.inline-nav-menu__link__active, .inline-nav-menu__link__post-link:hover {
border-bottom: 2px solid #a3be8c !important;
}
.pagination .num--active {
background: #bf616a !important;
border: 1px dashed #bf616a !important;
}
.pagination:not(.pagination--default):not(.pagination--blak):not(.pagination--nite):not(.pagination--dawn) .pagination__num {
background: #3b4252 !important;
border: 1px solid #2e3440;
}
.pagination:not(.pagination--default):not(.pagination--blak):not(.pagination--nite):not(.pagination--dawn) .pagination__next-prev-button {
background: #3b4252 !important;
border: 1px solid #2e3440;
}
.pagination__num:hover, .pagination__next-prev-button:hover {
background: #bf616a !important;
border: 1px solid #bf616a !important;
}
/* search */
.search-form:not(.search-form--default):not(.search-form--blak):not(.search-form--nite):not(.search-form--dawn) .search-form__form {
border: 1px solid #3b4252 !important;
background: #2e3440 !important;
}
.sp-gl:not(.sp-gl--default):not(.sp-gl--blak):not(.sp-gl--nite):not(.sp-gl--dawn) .sp-gl__container {
background: #434c5e !important;
}
.sp-gl:not(.sp-gl--default):not(.sp-gl--blak):not(.sp-gl--nite):not(.sp-gl--dawn) .sp-gl__result {
color: #b48ead !important;
}
}