diff --git a/report_rendering/js/dsnetreport.css b/report_rendering/js/dsnetreport.css index 3291148..b7253ab 100644 --- a/report_rendering/js/dsnetreport.css +++ b/report_rendering/js/dsnetreport.css @@ -1,59 +1,19 @@ :root { - --bg: #031010; - --bg-highlight: #202525; + --bg: #030303; + --bg-highlight: #202020; --text: #aaaaaa; --text-muted: #666666; --text-faint: #444444; --heading: #cccccc; } -[data-theme=light] { - --bg: #ffffff; - --bg-highlight: #f5f5f5; - --text: #444444; - --text-muted: #777777; - --text-faint: #999999; - --heading: #111111; -} - -html { - overflow-y: scroll; - overflow-x: hidden; - background: var(--bg) -} - body { font-family: Arial, Helvetica, sans-serif; - margin: var(--nav-height)0 0; background: var(--bg); color: var(--text); font-size: 20px; - min-height: 100%; - overscroll-behavior: none; - overflow-x: hidden } -h1, -h2, -h3, -h4 { - font-weight: 400; - color: var(--heading) -} - -h1 { - margin-top: -20px; - padding-top: 80px -} - -hr { - border: 0; - border-top: 1px solid var(--line); - margin: 80px 0 30px; - width: 100% -} - - table { width: 100%; border-collapse: collapse; @@ -110,23 +70,3 @@ table td.indicator-null::before { background: #000; border: .05em solid var(--text-faint) } - -@media only screen and (max-width:1200px) { - aside { - display: none - } - - aside~main { - transform: translateX(0) - } -} - -@media(max-width:900px) { - table * { - font-size: 2.2vw - } - - pre * { - font-size: 2.5vw - } -}