diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:59:31 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-20 13:59:31 +0200 |
| commit | 484a408e63df0e0f497a493ccd2c1ff38f388f15 (patch) | |
| tree | 5edaa7ae7747609fbe0b02ae0fb5759e862fdef1 /static/css | |
| parent | fix typo (diff) | |
| download | lumberjaph-484a408e63df0e0f497a493ccd2c1ff38f388f15.tar.gz | |
change links color
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 87f5391..8d3c7f3 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -35,7 +35,7 @@ p { } a { - color: #660000; + color: #ffffff; text-decoration: none; } |
