Created
November 20, 2020 20:37
-
-
Save LittleFox94/1dbdc78115945ccc3fafdd84781f464c to your computer and use it in GitHub Desktop.
Dark theme for dominos.de
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.white-background.de { | |
background-color: #303030 !important; | |
color: white; | |
} | |
a { | |
color: white; | |
} | |
.stage:not(.complete):not(.current) .svg-container { | |
opacity: 0.4; | |
} | |
.tracker-page-container div.tracker-module.order-details .order-details-container { | |
color: #e0e0e0; | |
} | |
.tracker-page-container div.tracker-module.order-details .order-details-container .order-header h1 { | |
color: white; | |
} | |
.tracker-page-container div.tracker-module.order-details .order-details-container .order-footer .total span { | |
color: white; | |
} | |
.de.fixedHeader-desktop > #main .nav-bar { | |
background: #281c16; | |
} | |
.product-container .product .product-select { | |
color: white; | |
} | |
.product-container .product .product-select .details span.description { | |
color: #f0f0f0; | |
} | |
.tracker-page-container div.tracker-module.collapsible > h1:after { | |
border-color: black; | |
} | |
.tracker-page-container div.tracker-module.collapsible > h1:after, | |
.tracker-page-container div.tracker-module.order-details .order-details-container .order-footer .print .print-button img { | |
filter: invert(100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment