mirror of
https://github.com/wgreenberg/musicbox.git
synced 2024-11-22 11:30:25 +01:00
fix styling
This commit is contained in:
parent
ad975b67d8
commit
debd1d22ba
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue