feat(betterdiscord): added custom css

jetbrains font for discord
This commit is contained in:
Sergio Laín 2023-11-24 14:02:53 +01:00
parent 2ade521ddd
commit c09935951a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
4 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,3 @@
* {
font-family: "JetBrainsMono NF"!important;
}

View file

@ -11,7 +11,7 @@
"customcss": {
"customcss": true,
"liveUpdate": true,
"openAction": "system"
"openAction": "detached"
},
"editor": {
"lineNumbers": true,

View file

@ -1,5 +1,5 @@
{
"Catppuccin Frappe": false,
"Catppuccin Macchiato": true,
"Comfy": false
}
"Catppuccin Macchiato": true,
"Comfy": false
}

View file

@ -36,7 +36,7 @@
"channelListButtonActive": "true",
"msgBarButtonActive": "true",
"membersListButtonActive": "true",
"userAreaButtonActive": "true",
"userAreaButtonActive": "false",
"callContainerButtonActive": "true",
"profilePanelButtonActive": "true",
"disableMsgBarBtnCollapse": "false",