aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-08-22 09:17:33 +0000
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-08-22 10:51:17 +0000
commit613694cb3b601ff581571ee4b96a7e43b0fc3538 (patch)
tree928c67ffe1f45ffbc5100cb7fa58901b2753ebd0
parentFix QR test screwing up terminal (diff)
downloadminiserve-613694cb3b601ff581571ee4b96a7e43b0fc3538.tar.gz
miniserve-613694cb3b601ff581571ee4b96a7e43b0fc3538.zip
Remove separators in CSS
Diffstat (limited to '')
-rw-r--r--data/style.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/style.scss b/data/style.scss
index a5b3707..187b445 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -17,9 +17,6 @@ $themes: squirrel, archlinux, monokai, zenburn;
@return $s;
}
-// make QR code expand and fill page
-// --------------------------------------------------
-
html.qr_code_page {
width: 100vw;
height: 100vh;
@@ -39,8 +36,6 @@ html.qr_code_page svg {
height: 80%;
}
-// --------------------------------------------------
-
html {
font-smoothing: antialiased;
text-rendering: optimizeLegibility;