diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-18 21:35:26 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-18 21:35:26 +0200 |
| commit | cbe5d770269de4a70bbd0dcf15b85b35301548d9 (patch) | |
| tree | 473b32b6d4a9eeda62bd80722a2cf0cbe0056990 /_static/styles.css | |
| parent | 617d43a973ef618e2b09a26b3b5f79ca6c85f8e5 (diff) | |
| download | alpine-mksite-cbe5d770269de4a70bbd0dcf15b85b35301548d9.tar.bz2 alpine-mksite-cbe5d770269de4a70bbd0dcf15b85b35301548d9.tar.xz | |
style: give header background a tone of bluish
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_static/styles.css b/_static/styles.css index 1d934f9..ad593c3 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -42,14 +42,14 @@ a:hover { header { color: #0D597F; - background-color: #eee; + background-color: #f0f4f8; font-size: 1.7em; padding: 0.7ex 0.7ex 0.7ex 0.7em; } header nav { font-size: 50%; - background-color: white; + background-color: #f0f4f8; } header nav a { // color: #666; |
