From 804a03a412948761b1459137a814866b81737c27 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Fri, 3 Sep 2021 07:19:23 +0100 Subject: [PATCH] remove borders; restyle buttons --- speedtest.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/speedtest.css b/speedtest.css index 6283e25..c708f2d 100644 --- a/speedtest.css +++ b/speedtest.css @@ -1,3 +1,20 @@ +:root { + --background-color: #141926; + --container-color: #373737; + --button-color: #2A2A2A; + --blue-accent: #4a4c63; + --red-accent: #553737; + --green-accent: #3f4f50; + --olive-accent: #535D32; + --regular-margin: 10px; + --director-margin: 15px 20px 0 0; + --fit-style: contain; + --fadein-speed: 0; + --video-margin: 0px; + --video-rounded: 0px; + --button-radius: 2px; +} + body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; @@ -79,6 +96,7 @@ iframe { height: 85%; width: 100%; flex: 1; + border: 0; } #controls { @@ -87,6 +105,9 @@ iframe { #controls button { margin: 5px; + padding: 5px 10px; + border: 0; + border-radius: var(--button-radius); } #controls button.active { @@ -142,6 +163,7 @@ canvas { .graph h2, #log h2 { margin: 0px 20px; font-size: 1em; + color: #cacaca; } .graph > span {