Lighten modal background in dark mode

This commit is contained in:
Evan Hahn
2021-11-20 09:41:32 -06:00
committed by GitHub
parent e490d91cc4
commit 829604dbcf
4 changed files with 10 additions and 3 deletions

View File

@@ -71,7 +71,7 @@
}
@include dark-theme {
color: $color-ultramarine-light;
color: $color-gray-05;
}
}
}