diff --git a/static/braives/_custom.scss b/static/braives/_custom.scss index 2a19acb1..65746ae5 100644 --- a/static/braives/_custom.scss +++ b/static/braives/_custom.scss @@ -65,3 +65,11 @@ div.wcscurrentdraftscell ul > li > a, div.wcscurrentformscell ul > li > a { color: #577c00; } + +// iA.Citizen buttons Color fix (where black on black, not visible) +.dashboardcell .categories button { + color: white; + &.off { + color: #333; + } +}