From 5ce127983710a0d79d1c0fb716392cae8aaec035 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: Mon, 19 Dec 2016 14:25:57 +0100 Subject: [PATCH] change --- it4i_theme/assets/stylesheets/application.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css index 96577e0da..bee1f219b 100644 --- a/it4i_theme/assets/stylesheets/application.css +++ b/it4i_theme/assets/stylesheets/application.css @@ -57,6 +57,7 @@ a { a, button, input, label { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; + color: rgba(0, 0, 0, .54); } h1, h2, h3, h4, h5, h6 { font-weight: inherit; @@ -360,9 +361,6 @@ body, input { .drawer .anchor a { border-left: 2px solid #fff0e6; } -.drawer .section { - color: rgba(0, 0, 0, .54); -} .ios.standalone .project:before { background: rgba(0, 0, 0, .12); } -- GitLab