Make the app blend in less with the Riot light theme

Fixes #188.
This commit is contained in:
Travis Ralston 2018-05-20 18:16:13 -06:00
parent f468226148
commit 11772f54e7
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,8 @@
@import "riot"; @import "riot";
body { body {
background: rgb(238, 238, 238) !important; background: #b0bbbf1f;
//background: #6268680d;
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #333; color: #333;
@ -40,4 +41,4 @@ button {
.text-muted { .text-muted {
display: block; display: block;
font-size: 12px; font-size: 12px;
} }

View File

@ -2,6 +2,7 @@
background-color: #fff; background-color: #fff;
padding: 0; padding: 0;
margin-bottom: 30px; margin-bottom: 30px;
box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.2);
} }
.ibox .ibox-title { .ibox .ibox-title {