diff --git a/static/nryg.less b/static/nryg.less index 0563094e..663cb9dc 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -752,6 +752,7 @@ table { .halloweenmini { background-color: #311515; + color: #ffa1a1; padding: 18px; grid-template-columns: 100%; @@ -828,11 +829,6 @@ table { .right { grid-column: 2; } - - .halloween { - grid-column-start: 1; - grid-column-end: 3; - } } @media (max-width:600px) { @@ -853,21 +849,6 @@ table { grid-row-end: 3; } } - - .halloween { - .lower-box { - text-align: center; - - .time-left { - font-size: 64px; - font-family: "Consolas", "Source Code Pro", monospace; - } - - .mysterystatus { - font-size: 64px; - } - } - } } .event {