Skip to content

Commit

Permalink
Cyborg fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 11, 2019
1 parent ded7960 commit 5195329
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions classes/module/swatch/cyborg_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,17 @@ legend {
border-bottom: none;
}
}

// Fixes =======================================================================

.bg-dark,
.bg-white {
background-color: $gray-700 !important;
}

.bg-dark {
color: $gray-500;
&.text-light {
color: #fff !important;
}
}

0 comments on commit 5195329

Please sign in to comment.