Skip to content

Commit

Permalink
change dark.css card color and border bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Jan 10, 2022
1 parent 95c3b12 commit 3cc77d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions metron/css/style/dark/style.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down Expand Up @@ -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; }
Expand All @@ -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;
Expand Down
3 changes: 1 addition & 2 deletions metron/css/style/white/style.white.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3cc77d8

Please sign in to comment.