diff --git a/it4i_theme/assets/stylesheets/application.css b/it4i_theme/assets/stylesheets/application.css
index 96577e0daef00d9e6c7d54193df13ba7a58ab65b..bee1f219b8c658e68b7535f34cedf5daaa911bff 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);
 }