From cc2914fa7914bf594a2c1e10d63c03650e231371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 20 Dec 2016 10:24:28 +0100
Subject: [PATCH] change theme

---
 it4i_theme/assets/stylesheets/application.css | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index af08c3da8..264c157a7 100644
--- a/it4i_theme/assets/stylesheets/application.css
+++ b/it4i_theme/assets/stylesheets/application.css
@@ -500,14 +500,12 @@ body, input {
 .no-js .repo a .count {
     display: none;
 }
-.drawer .toc li a {
-    font-weight: 700;
-}
 .drawer .toc li.anchor a {
     font-weight: 400;
 }
 .drawer .section, .repo a {
-    font-weight: 700;
+    font-weight: 500;
+    background-color: #ddd;
 }
 .repo a {
     text-transform: uppercase;
@@ -1018,7 +1016,7 @@ h1 .article .headerlink {
     height: auto;
     margin-bottom: 96px;
     padding-top: 80px;
-    max-height: 1200px;
+    max-height00px;
     overflow:  auto;
 }
 .drawer, .drawer .scrollable {
-- 
GitLab