Hi, Today I tried to set up a user.css for custom colors. But it didn't worked because I hadn't set use_document_colors to 1 (or 2). eigensolver in #elinks helped me to find this.
Here is a patch to add this information to user.css so others may find it easily. Thanks, Simon -- + privacy is necessary + using http://gnupg.org + public key id: 0x92FEFDB7E44C32F9
diff --git a/contrib/user.css b/contrib/user.css
index 2e37c57..1ea6c24 100644
--- a/contrib/user.css
+++ b/contrib/user.css
@@ -2,7 +2,9 @@
* document.css.stylesheet to "user.css". If you prefer another directory
* or filename, put the appropriate pathname in document.css.stylesheet.
* ELinks will assume that the path is relative to the its configuration
- * directory if it does not begin with a slash. */
+ * directory if it does not begin with a slash.
+ *
+ * To use colors document.colors.use_document_colors must be set to 1 or 2! */
body {
/* Don't like the default colours? No problem: */
signature.asc
Description: Digital signature
_______________________________________________ elinks-dev mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-dev
