From c4b92208efad190350394304a956b3052645f2e3 Mon Sep 17 00:00:00 2001 From: Kyle Lacy Date: Sat, 28 May 2022 14:10:05 -0700 Subject: [PATCH] Fix fallback font in `.x-body` --- PVEDiscordDark/sass/x/_body.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVEDiscordDark/sass/x/_body.sass b/PVEDiscordDark/sass/x/_body.sass index b0dc1c4..fc594c9 100644 --- a/PVEDiscordDark/sass/x/_body.sass +++ b/PVEDiscordDark/sass/x/_body.sass @@ -3,5 +3,5 @@ font-size: 13px line-height: 17px font-weight: 300 - font-family: 'helvetica', 'arial', 'verdana', 'sans-serif' - background: #fff \ No newline at end of file + font-family: 'helvetica', 'arial', 'verdana', sans-serif + background: #fff