Checkout dark theme improvements (#1510)

Increase the contrast for some elements. Closes #1508.
This commit is contained in:
Dennis Reimann
2020-04-26 21:23:03 +02:00
committed by GitHub
parent 2d77426e04
commit e11963aca0

View File

@@ -38,10 +38,15 @@ html {
background-color: #333333; /* messes up bottom border radius */
}
.expired__body {
.expired__body,
.success-message {
color: #fff;
}
line-items .line-items__item {
color: #8D8D8F;
}
.currency-selection {
background-color: #292929;
border-bottom: 1px solid #565d6e;
@@ -85,7 +90,7 @@ canvas {
}
#prettydropdown-DefaultLang ul {
color: #565d6e !important;
color: #818a91 !important;
background-color: #191919;
}