9 lines
148 B
CSS
9 lines
148 B
CSS
|
/* * {
|
||
|
background: rgba(0, 0, 0, 0.14);
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
|
||
|
#popoutkeyboard {
|
||
|
background-color: rgba(0, 65, 125, 1);
|
||
|
} */
|