From 0286c8e8513d8871cf2ea9a75ae213c2bc9aa820 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:39:23 -0800 Subject: [PATCH] sparing the eyes of gahnoo slash linox users --- resources/cider-ui-tests/style.css | 15 ++++++--------- resources/cider-ui-tests/views/main.ejs | 2 +- resources/functions/cider-base.js | 8 +++++++- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/resources/cider-ui-tests/style.css b/resources/cider-ui-tests/style.css index a394fba4..93a33fa5 100644 --- a/resources/cider-ui-tests/style.css +++ b/resources/cider-ui-tests/style.css @@ -29,10 +29,8 @@ body { box-sizing: border-box; background-size: cover; background-position: center; -} - -body { - background: transparent; + background: #0000; + font-family: "Segoe UI Variable Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; transition: opacity .10s var(--appleEase); } @@ -41,6 +39,10 @@ body[loading] { pointer-events: none; } +body[platform='linux'] { + background:#222; +} + *, *:before, *:after { @@ -134,11 +136,6 @@ body[loading] { opacity:0; } -body { - background: #0000; - font-family: "Segoe UI Variable Display", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; -} - input[type="range"].web-slider { -webkit-appearance: none; height: 4px; diff --git a/resources/cider-ui-tests/views/main.ejs b/resources/cider-ui-tests/views/main.ejs index ee70390d..96ddb0e4 100644 --- a/resources/cider-ui-tests/views/main.ejs +++ b/resources/cider-ui-tests/views/main.ejs @@ -23,7 +23,7 @@ -
+