From 613694cb3b601ff581571ee4b96a7e43b0fc3538 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:17:33 +0800 Subject: Remove separators in CSS --- data/style.scss | 5 ----- 1 file changed, 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; -- cgit v1.2.3