diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index 34cd77662c1e43beb6769ca1e923b6edd295b381..b57c75c0cd603f0931e4cf898a1ea4c5daf6e866 100644
--- a/it4i_theme/assets/stylesheets/application.css
+++ b/it4i_theme/assets/stylesheets/application.css
@@ -507,8 +507,14 @@ body, input {
     font-weight: 400;
 }
 .drawer .section, .repo a {
-    font-weight: 700;
+    font-family: Arial, sans-serif;
+    color: #222;
+    font-size: 1.2em;
+    font-weight: normal;
+    margin: 0;
+    padding: 5px 10px;
     background-color: #ddd;
+    text-shadow: 1px 1px 0 white;
 }
 .repo a {
     text-transform: uppercase;
@@ -1022,6 +1028,7 @@ h1 .article .headerlink {
 }
 .drawer, .drawer .scrollable {
     position: static;
+    padding: 20px 0;
 }
 .article {
     margin-left: 262px;