mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 01:28:12 +08:00
Implement popover component and beginnings of color picker (#128)
This commit is contained in:
@@ -8,12 +8,18 @@ body,
|
||||
#app {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
background: #222;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
body,
|
||||
input,
|
||||
textarea,
|
||||
button {
|
||||
font-family: "Source Sans Pro", Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
color: #ddd;
|
||||
background: #222;
|
||||
user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user