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