summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index c2b2322d..8bb02028 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -14,12 +14,20 @@ h1 {
font-weight: normal;
margin: 0;
padding: 1rem 2rem;
- background-color: black;
+}
+header {
color: white;
+ background: no-repeat;
+ background-color: #36648b;
+ background-image: url("logo/mupdf-icon.png");
+ background-position: bottom right;
+ padding-right: 72px;
+ min-height: 72px;
}
nav {
padding: 0.75rem 2rem;
background-color: #ddd;
+ no-text-transform: uppercase;
}
nav a { color: #303030; padding-right: 2rem; }
article {