Attachment form and table, MusicXML renderer
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.sheet-music-display * {
|
||||
color: black;
|
||||
stroke: black;
|
||||
fill: black;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.sheet-music-display * {
|
||||
color: white;
|
||||
stroke: white;
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user