Dark Mode for Bambu Store
Bambu Labs Store by dmnk
Details
Authordmnk
LicenseNo License
Categorystore.bambulab.com
Created
Updated
Size3.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Testen for EU store - should work for other regions too
Source code
/* ==UserStyle==
@name Bambu Labs Store
@version 20240118.23.25
@namespace ?
==/UserStyle== */
@-moz-document domain("store.bambulab.com"), domain("eu.store.bambulab.com") {
:root {
--heading-font-family: "Univers Next", sans-serif;
--heading-font-weight: 500;
--heading-font-style: normal;
--text-font-family: "Univers Next", sans-serif;
--text-font-weight: 400;
--text-font-style: normal;
--base-text-font-size: 15px;
--default-text-font-size: 14px;
--background: #1f1d1d;
--background-rgb: 255, 255, 255;
--light-background: #ffffff;
--light-background-rgb: 255, 255, 255;
--heading-color: #00ae42;
--text-color: #dedede;
--text-color-rgb: 28, 27, 27;
--text-color-light: #6a6a6a;
--text-color-light-rgb: 106, 106, 106;
--link-color: #6a6a6a;
--link-color-rgb: 106, 106, 106;
--border-color: #dddddd;
--border-color-rgb: 221, 221, 221;
--button-background: #1c1b1b;
--button-background-rgb: 28, 27, 27;
--button-text-color: #ffffff;
--header-background: #ffffff;
--header-heading-color: #1c1b1b;
--header-light-text-color: #6a6a6a;
--header-border-color: #dddddd;
--footer-background: #ffffff;
--footer-text-color: #6a6a6a;
--footer-heading-color: #1c1b1b;
--footer-border-color: #e9e9e9;
--navigation-background: #1c1b1b;
--navigation-background-rgb: 28, 27, 27;
--navigation-text-color: #ffffff;
--navigation-text-color-light: rgba(255, 255, 255, 0.5);
--navigation-border-color: rgba(255, 255, 255, 0.25);
--newsletter-popup-background: #1c1b1b;
--newsletter-popup-text-color: #ffffff;
--newsletter-popup-text-color-rgb: 255, 255, 255;
--secondary-elements-background: #1c1b1b;
--secondary-elements-background-rgb: 28, 27, 27;
--secondary-elements-text-color: #ffffff;
--secondary-elements-text-color-light: rgba(255, 255, 255, 0.5);
--secondary-elements-border-color: rgba(255, 255, 255, 0.25);
--product-sale-price-color: #f94c43;
--product-sale-price-color-rgb: 249, 76, 67;
--product-star-rating: #f6a429;
--payment-terms-background-color: #ffffff;
--horizontal-spacing-four-products-per-row: 60px;
--horizontal-spacing-two-products-per-row: 60px;
--vertical-spacing-four-products-per-row: 60px;
--vertical-spacing-two-products-per-row: 75px;
--drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
--header-base-height: 80px;
--cursor-zoom-in-svg: url(//eu.store.bambulab.com/cdn/shop/t/10/assets/cursor-zoom-in.svg?v=1705329…);
--cursor-zoom-in-2x-svg: url(//eu.store.bambulab.com/cdn/shop/t/10/assets/cursor-zoom-in-2x.svg?v=5668565…);
}
body {
background: #363636!important;
}
.Text--subdued, .ProductMeta__Description p, .ProductMeta__Description table, .pct_p, .CollectionInner__Sidebar *{
color:#e0e0e0!important;
}
.CartItem__Title a, .pct_st, .pct_t-icpc h2, .SectionHeader h1 {
color: #00ae42!important;
}
.CartItem__Price, .money, .cbb-frequently-bought-selector-list span .money{
color: #12de5f!important;
}
h1 {
color: #00ae42!important;
}
.cbb-frequently-bought-title , .ProductMeta__Price{
color: #00ae42!important;
}
.cbb-frequently-bought-total-price-text , .cbb-frequently-bought-selector-list span, .cbb-frequently-bought-selector-list h3 {
color: #e0e0e0!important
}
.boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
border: 1px solid #00ae42!important;
color: #00ae42!important;
}
.boost-pfs-in-collection-search-wrapper .boost-pfs-in-collection-search-input {
background:#358754;
}
.SectionHeader__Heading {
color: #e0e0e0!important;
}
div.swatch-preset-516894 .star-set-image {
border-style: none;
border-width: 0px;
border-color: #000;
}
#main div {
color: #e0e0e0!important;
}
}