gui: round off the borders for the paper itself
Because we don't want to hurt ourselves on those sharp edges, do we?
This commit is contained in:
parent
d06b92e9af
commit
0b9d4c2602
|
@ -27,6 +27,7 @@ def gtk_style():
|
|||
background-color: white;
|
||||
}
|
||||
.bg-paper {
|
||||
border-radius: 5px;
|
||||
background-color: #ebe9e8;
|
||||
}
|
||||
.drawing {
|
||||
|
|
Loading…
Reference in New Issue