This wil get updated as I make changes to my own UI.
For best results use these snippets with better discord
instead of doing control+shit+i
and trying to sift through Discords mess.
Specify font size of chat:
.message-content {font-size: 120%}
Specify a font:
.message-content {font-family: "Segoe UI", Georgia, Serif;}
Specify the size of the gap between chat lines:
.message-content {line-height: 1.5;}
Bold print and other font tweaks on user names:
.user-name {font: bold 16px/30px Georgia, serif;}