fix styling

This commit is contained in:
Will Greenberg 2022-11-08 17:52:43 -08:00
parent ad975b67d8
commit debd1d22ba

View file

@ -46,7 +46,8 @@ textarea {
.sequencer-preview {
flex: 1;
background-color: #d0cfcf;
background-color: var(--background-alt);
color: var(--text);
border-radius: 6px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
@ -61,7 +62,8 @@ textarea {
}
.active {
background-color: #9b9b9b;
background-color: var(--selection);
color: var(--code);
text-decoration: underline;
}
</style>