Skip to content

Commit

Permalink
fix issues raised by bull and some CSS changes to reduce color clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII committed Jan 19, 2025
1 parent a870431 commit 8e2534e
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 154 deletions.
27 changes: 27 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,31 @@ div#loading {

.tooltip.show {
opacity: 1.0 !important;
}

.mt-4 {
margin-top: 0 !important;


.nav-button {
background-color: #00bc8c !important;
color: white !important;
border-color: #00bc8c !important;
}
.nav-button:hover {
background-color: #019c75 !important;
border-color: #019c75 !important;
}}

.form-check-input:checked {
background-color: #00bc8c;
border-color: #0f5132;
}

.accordion-button:not(.collapsed) {
background-color: transparent;
}

a {
color: rgb(255 255 255 / 70%);
}
Loading

0 comments on commit 8e2534e

Please sign in to comment.