Browse Source

Merge pull request #135 from kylewlacy/patch-1

Fix fallback font in `.x-body`
pull/138/head
Weilbyte 2 years ago
committed by GitHub
parent
commit
c52a15d60a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/sass/x/_body.sass

2
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'
font-family: 'helvetica', 'arial', 'verdana', sans-serif
background: #fff
Loading…
Cancel
Save