From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B50081F744; Sat, 9 Jul 2016 02:49:00 +0000 (UTC) Date: Sat, 9 Jul 2016 02:49:00 +0000 From: Eric Wong To: meta@public-inbox.org Subject: sample user side CSS Message-ID: <20160709-user-side-css-example@11> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: If you're using a browser or browser extension which allows loading custom CSS, you can colorize things to your liking. The only currently span class is "q" (for quoted text); but diffs ("+" and "-" prefixed lines) will get their own classes for highlighting (and special search priority) soon, too. I've only tested lightly with dillo: ==> ~/.dillo/style.css <== * { color: #ccc; background-color: #000; } a:link { color: #44f; } a:visited { color: #f4f; } .q { color: #0bb; } /* quoted text */ The above colors will work well for some people while others will find it unreadable. User interfaces should be customized by users, not web designers like me :P