From b48b06e2aa92b7b5e6ca6f64476fa4fc77cdcffb Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 11 Apr 2024 02:57:58 +0200 Subject: [PATCH] [css] Add some formatting for chat.sr.ht --- dot_local/share/user-content.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_local/share/user-content.css b/dot_local/share/user-content.css index a17763c..202b9b9 100644 --- a/dot_local/share/user-content.css +++ b/dot_local/share/user-content.css @@ -13,14 +13,15 @@ body.channel-view *, html[data-app-context="team"] body *, /* Mattermost */ body.mono-as-fuck, +/* chat.sr.ht */ +body section#buffer div.logline-list *, body#appBody.system-theme - /* Slay all other other serif devils. */ { font-family: "JetBrains Mono" !important; } -body.channel-view * { +body section#buffer-header *, body section#buffer-list *, body.channel-view * { font-family: "Iosevka Aile" !important; }