diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-20 20:28:07 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-20 20:28:07 (GMT) |
commit | c02b476889f81bae4be8166a90d37945a778a6a5 (patch) | |
tree | 5f724f4c8812e42a6488141fcf9be11aa8baa46c | |
parent | 9bc14ca941bb3ff8bba9f7fb45e01ff4b4b19766 (diff) | |
download | site-c02b476889f81bae4be8166a90d37945a778a6a5.tar.gz |
plugins.css: Remove superfluous property
The foreground color is black by default.
-rw-r--r-- | web/input/resources/plugins.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css index 671110b..7f2b20a 100644 --- a/web/input/resources/plugins.css +++ b/web/input/resources/plugins.css | |||
@@ -13,7 +13,6 @@ | |||
13 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); | 13 | @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); |
14 | 14 | ||
15 | body { | 15 | body { |
16 | color: #000; | ||
17 | font-family: "Source Sans Pro", sans-serif; | 16 | font-family: "Source Sans Pro", sans-serif; |
18 | text-rendering: optimizeLegibility; | 17 | text-rendering: optimizeLegibility; |
19 | -webkit-hyphens: auto; | 18 | -webkit-hyphens: auto; |