about summary refs log tree commit diff stats
path: root/static
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 12:08:54 +0100
committerAlan Pearce2014-07-12 12:08:54 +0100
commit26aaf8603f69889ed24408cf82aaf8499b56e91b (patch)
treec5d5d44b0a2a34152ce334b54e180330213e8ec8 /static
parentd33683c9d2e739877f8f76d94d0e4cd929eeb038 (diff)
downloadhyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.lz
hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.tar.zst
hyde-26aaf8603f69889ed24408cf82aaf8499b56e91b.zip
Add contact info to sidebar
Diffstat (limited to 'static')
-rw-r--r--static/css/hyde.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/hyde.css b/static/css/hyde.css
index 5ef814c..493ff42 100644
--- a/static/css/hyde.css
+++ b/static/css/hyde.css
@@ -83,8 +83,13 @@ html {
   font-size: 3.25rem;
 }
 
+.contact-head {
+  color: #fff;
+  margin-bottom: 0;
+}
+
 /* Sidebar nav */
-.sidebar-nav {
+.sidebar-nav, .contact-list {
   padding-left: 0;
   list-style: none;
 }