0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added dark mode styles for onboarding checklist

ref https://linear.app/tryghost/issue/IPC-108/add-dark-mode-design
This commit is contained in:
Djordje Vlaisavljevic 2024-03-27 14:07:46 +00:00
parent 71a1d825e3
commit 75b08a716b

View file

@ -1360,3 +1360,18 @@ kbd {
.gh-update-banner {
background: var(--main-color-content-greybg);
}
/* ---------------------------------
Onboarding checklist */
.gh-onboarding-items {
border-color: var(--lightgrey);
}
.gh-onboarding-item {
border-color: var(--lightgrey);
}
.gh-onboarding-item--next {
background: #1c1e21;
}