change dark theme background

This commit is contained in:
2019-02-10 16:59:09 +03:00
parent 9f3af631f8
commit bf91768255
2 changed files with 16 additions and 3 deletions

View File

@@ -72,7 +72,8 @@
} }
margin-bottom: 1rem; margin-bottom: 1rem;
} }
textarea,.documentContents { textarea,
.documentContents {
border: 1px solid $light-gray1; border: 1px solid $light-gray1;
border-radius: 3px; border-radius: 3px;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
@@ -104,9 +105,21 @@
} }
} }
.card.newDocumentCard { .card.newDocumentCard {
background-color: $dark-gray3; background-color: $dark-gray4;
color: $gray1; color: $gray1;
} }
} }
} }
.documentHeader {
input {
background: $dark-gray4;
}
}
.document {
textarea,
.documentContents {
background: $dark-gray4;
border-color: $dark-gray1;
}
}
} }

View File

@@ -27,7 +27,7 @@
transition: 0.3s; transition: 0.3s;
#MainScreen { #MainScreen {
transition: 0.3s; transition: 0.3s;
background: $dark-gray2; background: $dark-gray3;
} }
.bp3-navbar { .bp3-navbar {
transition: 0.3s; transition: 0.3s;