Skip to content

Commit

Permalink
T1087: Fixed css bad contrast for theme muskathlon.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadela96 authored and ecino committed Apr 22, 2024
1 parent 3ada74c commit d0f5cda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions theme_muskathlon/static/src/scss/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ h3 {
header .btn {
font-size: 1rem;
}

.bg-secondary .form-check * {
color: white;
}

.bg-secondary .text-danger {
color: white !important;
}

.bg-secondary .bootstrap-datetimepicker-widget {
color: #495057;
}

0 comments on commit d0f5cda

Please sign in to comment.