Skip to content

Commit

Permalink
[Fix] Notes in markdown allow dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-boulharts authored and EliasBoulharts committed Dec 14, 2023
1 parent 9c44462 commit 2f31f0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project-static/squest/css/squest-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@
background-color: #343a40 !important;
color: #fff !important;
}

.bg-dark table tr {
background-color: #343a40 !important;
color: #fff !important;
}

.bg-dark blockquote {
background-color: #343a40 !important;
color: #fff !important;
}


.dtfc-fixed-left {
background-color: #343a40 !important;
z-index: 1;
}

input.form-control[disabled] {
opacity: 0.4;
}
Expand Down

0 comments on commit 2f31f0c

Please sign in to comment.