Tune submission css

This commit is contained in:
cuom1999 2024-02-04 22:33:21 -06:00
parent 9376750a1b
commit 847e8b6660
3 changed files with 23 additions and 21 deletions

View file

@ -1,5 +1,3 @@
/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/main/LICENSE */
/* User-Agent Style */ /* User-Agent Style */
html { html {
background-color: #181a1b !important; background-color: #181a1b !important;
@ -1850,16 +1848,16 @@ input::placeholder {
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.AC { .AC {
background-color: rgb(62, 163, 11); background-color: rgb(0, 102, 0);
color: rgb(114, 255, 114); color: rgb(232, 230, 227);
} }
._AC { ._AC {
background-color: rgb(139, 153, 0); background-color: rgb(93, 132, 0);
color: rgb(114, 255, 114); color: rgb(232, 230, 227);
} }
.WA { .WA {
background-color: rgb(53, 57, 59); background-color: rgb(204, 0, 0);
color: rgb(240, 48, 99); color: rgb(232, 230, 227);
} }
.TLE, .TLE,
.MLE { .MLE {

View file

@ -4,18 +4,18 @@
} }
.AC { .AC {
background-color: #53f23f; background-color: green;
color: green; color: white;
} }
._AC { ._AC {
background-color: #DFFF00; background-color: greenyellow;
color: green; color: black;
} }
.WA { .WA {
background-color: #CCC; background-color: red;
color: #ef1b53; color: white;
} }
.TLE, .MLE { .TLE, .MLE {

View file

@ -136,6 +136,7 @@ label[for="language"], label[for="status"] {
} }
@media(max-width: 799px) { @media(max-width: 799px) {
.submission-row {
.sub-prop { .sub-prop {
.label { .label {
display: none; display: none;
@ -145,7 +146,10 @@ label[for="language"], label[for="status"] {
display: inline-block; display: inline-block;
} }
} }
.sub-user-img {
display: none;
}
}
#fake-info-float { #fake-info-float {
display: none; display: none;
} }