projects
/
dss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
15eb99d
)
Change background color of web pages to white.
author
Andre Noll
<maan@tuebingen.mpg.de>
Mon, 18 Aug 2014 12:01:34 +0000
(14:01 +0200)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Fri, 12 Dec 2014 13:22:57 +0000
(14:22 +0100)
The old colors looked a little like the 90s ;)
dss.css
patch
|
blob
|
history
diff --git
a/dss.css
b/dss.css
index 2e66695620772e6d6fdd878861e60755345e8efb..a9da07fe3fa0d0fb47321428cbebf874f6d61791 100644
(file)
--- a/
dss.css
+++ b/
dss.css
@@
-1,6
+1,6
@@
BODY,TD {
- background-color: #
000000
;
- color: #
CCCCCC
;
+ background-color: #
ffffff
;
+ color: #
333333
;
}
HR {
@@
-8,6
+8,5
@@
HR {
}
A {
- color: #8888ff;
-
+ color: #4444ff;
}