Slightly updating demo css

This commit is contained in:
Francisco Hodge 2018-06-29 20:10:19 -04:00
parent 42e47ef8f9
commit 8b8d90f248

View File

@ -7,7 +7,7 @@
#root .simple-keyboard-preview { #root .simple-keyboard-preview {
background: rgba(0,0,0,0.8); background: rgba(0,0,0,0.8);
border: 20px solid; border: 20px solid rgba(0,0,0,0.1);
height: 300px; height: 300px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
border-top-left-radius: 5px; border-top-left-radius: 5px;
@ -16,13 +16,14 @@
} }
#root .input { #root .input {
color: white; color: rgba(255,255,255,0.9);
background: transparent; background: transparent;
border: none; border: none;
outline: none; outline: none;
font-family: monospace; font-family: monospace;
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 18px;
} }
.simple-keyboard.hg-layout-custom { .simple-keyboard.hg-layout-custom {