fix(ui): revert to bootswatch 4.3.1 colors

This commit is contained in:
Łukasz Mierzwa
2019-11-27 15:12:46 +00:00
parent 60ddc64b09
commit 548e39d6d8

View File

@@ -16,6 +16,9 @@ $btn-active-box-shadow: 0;
@import "Styles/Fonts";
@import "~bootswatch/dist/darkly/variables";
// revert to bootswatch 4.3.1 colors
$light: $gray-800;
// make links light gray by default instead of green
$link-color: $gray-400;