Skip to content

Commit

Permalink
webapp: fix text-bg-none text color
Browse files Browse the repository at this point in the history
  • Loading branch information
aiooss-anssi committed May 28, 2024
1 parent 53f9bbc commit f29cf2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ content .nav-pills {
.badge {
font-size: 8pt;
}
.text-bg-none {
color: rgba(var(--bs-body-color-rgb),1) !important;
}

pre {
white-space: pre-wrap;
Expand Down

0 comments on commit f29cf2e

Please sign in to comment.