[css] Add some formatting for chat.sr.ht

This commit is contained in:
Sebastian Schulze 2024-04-11 02:57:58 +02:00
parent 927e5c6151
commit b48b06e2aa
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 2 deletions

View File

@ -13,14 +13,15 @@ body.channel-view *,
html[data-app-context="team"] body *, html[data-app-context="team"] body *,
/* Mattermost */ /* Mattermost */
body.mono-as-fuck, body.mono-as-fuck,
/* chat.sr.ht */
body section#buffer div.logline-list *,
body#appBody.system-theme body#appBody.system-theme
/* Slay all other other serif devils. */ /* Slay all other other serif devils. */
{ {
font-family: "JetBrains Mono" !important; font-family: "JetBrains Mono" !important;
} }
body.channel-view * { body section#buffer-header *, body section#buffer-list *, body.channel-view * {
font-family: "Iosevka Aile" !important; font-family: "Iosevka Aile" !important;
} }