diff --git a/docs/css/docs.css b/docs/css/docs.css index b4057d4..8518bf0 100644 --- a/docs/css/docs.css +++ b/docs/css/docs.css @@ -331,7 +331,7 @@ h6 { width: 320px; height: 548px; overflow: hidden; - background-color: white; + background-color: #efeff4; } .iphone .content, diff --git a/lib/css/bars.css b/lib/css/bars.css index e4ae993..6f4b410 100644 --- a/lib/css/bars.css +++ b/lib/css/bars.css @@ -8,7 +8,7 @@ z-index: 10; height: 44px; padding: 5px; - background-color: rgba(248,248,248,.98); + background-color: rgba(247,247,247,.98); border-bottom: 1px solid #adadad; box-sizing: border-box; }