Skip to content

Instantly share code, notes, and snippets.

@Rampelflik
Created November 13, 2019 14:55
Show Gist options
  • Save Rampelflik/fa2458bfa5e62a9a943859f0f17c900f to your computer and use it in GitHub Desktop.
Save Rampelflik/fa2458bfa5e62a9a943859f0f17c900f to your computer and use it in GitHub Desktop.
html {
background-color: #111316 !important;
}
.modal.page {
background-color: #111316;
}
.top-header {
background-color: #15181c;
}
.top-header .timer-row__progress-bar {
background: #00c3ff;
}
.top-header .timer-row {
background: #1187c1;
}
.payment-tabs__slider {
background: #00c3ff;
}
.action-button {
color: #fff !important;
background-image: linear-gradient(to right, #00c3ff, #1187c1);
}
.action-button:active {
background-image: linear-gradient(to right, #00c3ff, #1187c1);
}
.invoice {
background-color: #343f4c;
}
.expired__body {
color: #fff;
}
.currency-selection {
background-color: #15181c;
border-bottom: 1px solid #565d6e;
color: #fff;
padding-top: 15px;
padding-bottom: 15px;
height: auto;
}
.line-items {
background-color: #111316;
color: #565d6e !important;
border-top: 1px solid #565d6e !important;
}
.buyerTotalLine {
border-top: 1px solid #202224;
background-color: #15181c;
color: #fff;
}
.payment-tabs {
background-color: #15181c;
color: #fff;
border-top: 1px solid #565d6e;
border-bottom: 1px solid #565d6e;
}
.payment-tabs__tab .active {
color: #00c3ff;
}
.payment-tabs__tab.active {
color: #00c3ff;
}
a {
color: #00c3ff !important;
}
canvas {
border: 5px solid #fff;
}
#prettydropdown-DefaultLang ul {
color: #565d6e !important;
background-color: #111316 !important;
}
.manual__step-one__header {
color: #ffffff;
}
.manual__step-one__instructions {
color: #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment