diff --git a/web/style/app.scss b/web/style/app.scss index ea70abf..6ee9f74 100644 --- a/web/style/app.scss +++ b/web/style/app.scss @@ -6,7 +6,8 @@ @import "riot"; body { - background: rgb(238, 238, 238) !important; + background: #b0bbbf1f; + //background: #6268680d; margin: 0; padding: 0; color: #333; @@ -40,4 +41,4 @@ button { .text-muted { display: block; font-size: 12px; -} \ No newline at end of file +} diff --git a/web/style/components/ibox.scss b/web/style/components/ibox.scss index 417d0e1..951fa2e 100644 --- a/web/style/components/ibox.scss +++ b/web/style/components/ibox.scss @@ -2,6 +2,7 @@ background-color: #fff; padding: 0; margin-bottom: 30px; + box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.2); } .ibox .ibox-title {