diff --git a/www/css/app.css b/www/css/app.css index bb6bb548..7f0e454a 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -270,6 +270,11 @@ nav a.btn-primary, .input-group-addon { border-color: #222 !important; } +.dark .btn-inline { + background: #182828 !important; + border-color: darkslategray !important; +} + .dark .btn:hover, .dark .btn:active, .dark .btn-primary:active, .dark .btn-primary.active { background: darkslategray !important; background-color: darkslategray !important; diff --git a/www/index.html b/www/index.html index 8f3d7290..338719e9 100644 --- a/www/index.html +++ b/www/index.html @@ -659,7 +659,7 @@