From 6924e8789392909caedfb368e17cc5d57794ead8 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 8 Mar 2021 21:31:12 +0900 Subject: [PATCH] chore: no outline --- app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.css b/app.css index dc9135c..2b1f359 100644 --- a/app.css +++ b/app.css @@ -12,6 +12,10 @@ body { min-height: 100vh; } +body * { + outline: none; +} + @font-face { font-family: 'Uni Sans Heavy CAPS'; src: url('/logofont.otf');