From 0d2ba6d9b66adb7755dc79fab4ac8f0d01d5db4a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 10 Feb 2022 18:12:06 +0100 Subject: server: present lint results in pretty html (this is mostly a rewrite / translation of the django templates built into rc3's hub) --- static/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..8accaf5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,24 @@ + + +body { + background-color: olivedrab +} + +.main-content { + padding: 2em; + border-radius: 1em; + margin: auto; + margin-top: 10em; + margin-bottom: 5em; + max-width: 50em; + background-color: white; +} + +a { + color: black; +} + +#exitGraph { + width: 100%; + height: 15em; +} -- cgit v1.2.3