Skip to content

Commit

Permalink
Slight color adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
zarya committed Oct 6, 2024
1 parent 4715ce3 commit a9c8eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/static_src/css/bootstrap-slate.css
Original file line number Diff line number Diff line change
Expand Up @@ -2075,6 +2075,7 @@ progress {
-moz-appearance: none;
appearance: none;
background-clip: padding-box;
background-color: var(--bs-gray-800);
border: var(--bs-border-width) solid rgba(0, 0, 0, 0.6);
border-radius: var(--bs-border-radius);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
Expand All @@ -2092,6 +2093,7 @@ progress {
}
.form-control:focus {
border-color: #9d9fa2;
background-color: var(--bs-gray-700);
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(58, 63, 68, 0.25);
}
Expand Down

0 comments on commit a9c8eb9

Please sign in to comment.