Braives : Fix iA.Citizen buttons Color (where black on black, not visible)
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2024-01-25 16:16:58 +01:00
parent 241201fbf7
commit afc908b31e
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}
}