Improve Color Picker *2 (#195)

This commit is contained in:
Christopher Chedeau 2020-01-05 19:57:50 -08:00 committed by GitHub
parent 23cd62d148
commit 3bbcb9cbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 78 additions and 204 deletions

View file

@ -24,6 +24,7 @@ body {
background-color: #eee;
padding: 10px;
overflow-y: auto;
position: relative;
h4 {
margin: 10px 0 10px 0;
@ -50,7 +51,7 @@ body {
color: #333;
}
h5:first-of-type {
h5:first-child {
margin-top: 0;
}