From 22dc3f286f0f0741e319b4e156a1209b7e9bf8a7 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Sun, 26 May 2019 14:53:54 +0200 Subject: [PATCH] Font weight Changed the font weight --- discordDark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discordDark.css b/discordDark.css index b14717a..0e4691c 100644 --- a/discordDark.css +++ b/discordDark.css @@ -425,3 +425,7 @@ text-shadow:0 0 0 #2c2f33!important .x-tree-icon-custom:after,.x-grid-icon-custom:after { text-shadow:0 0 0 #2c2f33 } + +* { + font-weight: 350; +}