mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
change dark theme background
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user