Skip to content

Commit

Permalink
Consistently use lowercase hex colors in webapp/public/style_*.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsijm committed Jun 8, 2024
1 parent a7d8c91 commit baf9d4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,27 @@ a {
.prevsubmit { color: #696969; }

.output_text {
border-top: 1px dotted #C0C0C0;
border-bottom: 1px dotted #C0C0C0;
background-color: #FAFAFA;
border-top: 1px dotted #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
background-color: #fafafa;
margin: 0;
padding: 5px;
font-family: monospace;
white-space: pre;
}

.clarificationform pre {
border-top: 1px dotted #C0C0C0;
border-bottom: 1px dotted #C0C0C0;
background-color: #FAFAFA;
border-top: 1px dotted #c0c0c0;
border-bottom: 1px dotted #c0c0c0;
background-color: #fafafa;
margin: 0;
padding: 5px;
font-family: monospace;
white-space: pre;
}

kbd {
background-color: #FAFAFA;
background-color: #fafafa;
color: black;
}

Expand Down Expand Up @@ -270,9 +270,9 @@ img.affiliation-logo {
.score_incorrect { background: #e87272; }
.score_pending { background: #6666ff; }

.gold-medal { background-color: #EEC710 }
.silver-medal { background-color: #AAA }
.bronze-medal { background-color: #C08E55 }
.gold-medal { background-color: #eec710 }
.silver-medal { background-color: #aaa }
.bronze-medal { background-color: #c08e55 }

#scoresolv,#scoretotal { width: 2.5em; }
.scorenc,.scorett,.scorepl { text-align: center; width: 2ex; }
Expand Down Expand Up @@ -655,8 +655,8 @@ blockquote {
}

#contesttimer {
color: DimGray;
margin-left: auto;
color: DimGray;
margin-left: auto;
}

.lasttcruns, .lastresult {
Expand All @@ -668,7 +668,7 @@ blockquote {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #295D8A;
background-color: #295d8a;
font-size: 200%;
font-weight: bold;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion webapp/public/style_jury.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ table.submissions-table {
}

.devmode {
background-color: #295D8A !important;
background-color: #295d8a !important;
}

.devmode-icon {
Expand Down

0 comments on commit baf9d4e

Please sign in to comment.