From dc2ca1b10b79ecafd31d1658203e5896108a7273 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Aug 14 2019 16:13:37 +0000 Subject: 🐛 Fix #157 — Fix logout button color on mobile view --- diff --git a/themes/default/public/css/lufi.css b/themes/default/public/css/lufi.css index 5277c63..9574aea 100644 --- a/themes/default/public/css/lufi.css +++ b/themes/default/public/css/lufi.css @@ -248,6 +248,12 @@ button.pulse { } } +.side-nav .btn-flat { + color: #444 !important; + padding: 0 1rem; + text-transform: initial !important; +} + .white-background { background-color: #FFF; }