gui: round off the borders for the paper itself

Because we don't want to hurt ourselves on those sharp edges, do we?
pull/145/head
Peter Hutterer 2019-07-19 16:43:54 +10:00
parent d06b92e9af
commit 0b9d4c2602
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ def gtk_style():
background-color: white;
}
.bg-paper {
border-radius: 5px;
background-color: #ebe9e8;
}
.drawing {