diff --git a/metron/css/style/dark/style.dark.css b/metron/css/style/dark/style.dark.css index 6438766..30051cf 100644 --- a/metron/css/style/dark/style.dark.css +++ b/metron/css/style/dark/style.dark.css @@ -4454,7 +4454,7 @@ input[type="button"].btn-block { flex-direction: column; min-width: 0; word-wrap: break-word; - background-color: #242526; + background-color: #1E1E2D; background-clip: border-box; border: 1px solid #ECF0F3; border-radius: 0.84rem; } @@ -58349,7 +58349,7 @@ canvas { -ms-user-select: none; } body { - background: #18191a; + background: #151521; background-repeat: no-repeat; background-position: center top; background-size: 100% 350px; } @@ -58376,7 +58376,6 @@ body { box-shadow: none; position: relative; z-index: 2; - border-bottom: 1px solid rgba(255, 255, 255, 0.1); background-color: #242526; } .header .header-logo { padding: 0; diff --git a/metron/css/style/white/style.white.css b/metron/css/style/white/style.white.css index 3d89991..c5e5995 100644 --- a/metron/css/style/white/style.white.css +++ b/metron/css/style/white/style.white.css @@ -58234,8 +58234,7 @@ body { -webkit-box-shadow: none; box-shadow: none; position: relative; - z-index: 2; - border-bottom: 1px solid rgba(255, 255, 255, 0.1); } + z-index: 2; } .header .header-logo { padding: 0; display: -webkit-box;