Skip to content

Commit

Permalink
Dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ejordan376 committed Nov 12, 2023
1 parent e122c97 commit 11eca4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions static/css/cheesy-arena.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
color: #00f;
}
.well-red {
background-color: #f2dede;
background-color: #700000;
}
.well-darkred {
background-color: #ebcccc;
background-color: #700000;
}
.well-blue {
background-color: #d9edf7;
background-color: #002560;
}
.well-darkblue {
background-color: #c4e3f3;
background-color: #002560;
}
.col-no-padding {
padding-left: 0;
Expand All @@ -62,7 +62,7 @@
cursor: pointer;
}
[data-status-ok="true"], [data-status-ternary="2"] {
background-color: #0e8;
background-color: #0b6;
}
[data-status-ok="false"], [data-status-ternary="0"] {
background-color: #e66;
Expand Down Expand Up @@ -131,7 +131,7 @@ input[data-changed="true"], select[data-changed="true"] {
.match-list th {
position: sticky;
top: 0;
background-color: #fff;
background-color: #333;
}
#testMatchSettings {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion static/css/lib/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 11eca4b

Please sign in to comment.