commit b073b2e5f35f9d3a46686a4acb344d146063e74d
parent 86210dcb9e77520857ea3105683dd8dc06b84013
Author: pancake <unknown>
Date: Tue, 11 May 2010 12:49:43 +0200
* Fix black_css visual issues of some web pages
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/surf.suckless.org/files/black_css.md b/surf.suckless.org/files/black_css.md
@@ -6,13 +6,15 @@ Description
This file must be deployed into ~/.surf/style.css to get a black themed surf
- textarea,body,input,td,tr,p {
+ pre,textarea,body,input,td,tr,p {
background-color: black !important;
+ background-image: none !important;
color: #e0e0e0 !important;
}
div {
background-color: #202020 !important;
+ background-image: none !important;
color: #e0e0e0 !important;
}