Skip to content
Snippets Groups Projects

Resolve "Changes to CSS have broken Dark Theme"

Merged Ciarán Ainsworth requested to merge 916-changes-to-css-have-broken-dark-theme into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
/* purgecss start ignore */
$background-color: rgb(43, 58, 66);
$button-hover-color: rgb(33, 48, 56);
$light-background-color: rgb(51, 71, 82);
@@ -271,3 +273,5 @@ $link-color: rgb(255, 144, 0);
}
}
}
/* purgecss end ignore */
Loading