user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* sample user side CSS
@ 2016-07-09  2:49 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-07-09  2:49 UTC (permalink / raw)
  To: meta

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-09  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-09  2:49 sample user side CSS Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).