Skip to content

Commit ee1a145

Browse files
mpsijmvmcj
authored andcommitted
Consistently use lowercase hex colors in webapp/public/style_*.css
1 parent 7cb1de8 commit ee1a145

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

webapp/public/style_domjudge.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,27 @@ a {
8484
.prevsubmit { color: #696969; }
8585

8686
.output_text {
87-
border-top: 1px dotted #C0C0C0;
88-
border-bottom: 1px dotted #C0C0C0;
89-
background-color: #FAFAFA;
87+
border-top: 1px dotted #c0c0c0;
88+
border-bottom: 1px dotted #c0c0c0;
89+
background-color: #fafafa;
9090
margin: 0;
9191
padding: 5px;
9292
font-family: monospace;
9393
white-space: pre;
9494
}
9595

9696
.clarificationform pre {
97-
border-top: 1px dotted #C0C0C0;
98-
border-bottom: 1px dotted #C0C0C0;
99-
background-color: #FAFAFA;
97+
border-top: 1px dotted #c0c0c0;
98+
border-bottom: 1px dotted #c0c0c0;
99+
background-color: #fafafa;
100100
margin: 0;
101101
padding: 5px;
102102
font-family: monospace;
103103
white-space: pre;
104104
}
105105

106106
kbd {
107-
background-color: #FAFAFA;
107+
background-color: #fafafa;
108108
color: black;
109109
}
110110

@@ -270,9 +270,9 @@ img.affiliation-logo {
270270
.score_incorrect { background: #e87272; }
271271
.score_pending { background: #6666ff; }
272272

273-
.gold-medal { background-color: #EEC710 }
274-
.silver-medal { background-color: #AAA }
275-
.bronze-medal { background-color: #C08E55 }
273+
.gold-medal { background-color: #eec710 }
274+
.silver-medal { background-color: #aaa }
275+
.bronze-medal { background-color: #c08e55 }
276276

277277
#scoresolv,#scoretotal { width: 2.5em; }
278278
.scorenc,.scorett,.scorepl { text-align: center; width: 2ex; }
@@ -655,8 +655,8 @@ blockquote {
655655
}
656656

657657
#contesttimer {
658-
color: DimGray;
659-
margin-left: auto;
658+
color: DimGray;
659+
margin-left: auto;
660660
}
661661

662662
.lasttcruns, .lastresult {
@@ -668,7 +668,7 @@ blockquote {
668668
top: 50%;
669669
left: 50%;
670670
transform: translate(-50%, -50%);
671-
background-color: #295D8A;
671+
background-color: #295d8a;
672672
font-size: 200%;
673673
font-weight: bold;
674674
color: white;

webapp/public/style_jury.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ table.submissions-table {
196196
}
197197

198198
.devmode {
199-
background-color: #295D8A !important;
199+
background-color: #295d8a !important;
200200
}
201201

202202
.devmode-icon {

0 commit comments

Comments
 (0)