diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:07:48 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-18 18:07:48 +0200 |
commit | 93e25e4b6c6d26a7d0127422fdb91bc50b3eea63 (patch) | |
tree | 707dc35fb81c562e893461b226247fb56b2b81ee /style/footer.less | |
parent | 9f571b930734aed9af6cea97e5ca0327a8549020 (diff) |
Add mockup file containing a some introductory text user for testing the website layout for readability, update cssastoecke_rewrite
Diffstat (limited to 'style/footer.less')
-rw-r--r-- | style/footer.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/footer.less b/style/footer.less index 51ee7bb..63a3a9a 100644 --- a/style/footer.less +++ b/style/footer.less @@ -10,9 +10,9 @@ footer { overflow: hidden; font-size: 10pt; - color: white; + color: @color-text-footer; padding: 0; - background-color: @color-footer; + /* background-color: @color-footer; */ padding: 1em 0; line-height: 1.75; |