BDS CSS: use plain black for text

This commit is contained in:
Martin Pépin 2020-07-26 17:17:20 +02:00
parent c8c8c6abc8
commit b4fbc3edf8
No known key found for this signature in database
GPG key ID: E7520278B1774448
2 changed files with 7463 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,8 @@
// Compilation command :
// sass -I shared/static/src/ --watch bds/static/src/sass/bds.scss bds/static/bds/css/bds.css
$text: black;
@import "bulma/bulma.sass";
$primary_color: #3e2263;