mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
better background color
This commit is contained in:
@@ -28,4 +28,6 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "PT Sans", "emoji", sans-serif;
|
font-family: "PT Sans", "emoji", sans-serif;
|
||||||
|
|
||||||
|
background: $light-gray5;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,6 +66,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.document {
|
.document {
|
||||||
|
|
||||||
|
textarea,
|
||||||
|
.documentContents {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
@@ -104,9 +110,11 @@
|
|||||||
>* {
|
>* {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.bp3-popover-target {
|
.bp3-popover-target {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user