Teak DiskReader style

This commit is contained in:
Jordan Goulder 2025-01-24 22:35:00 -05:00
parent 663a1f01dd
commit 928b2ec6aa

View File

@ -96,20 +96,9 @@ button {
cursor: pointer;
}
button.eject {
background-color: tomato;
}
button.load {
background-color: chartreuse;
}
div {
display: flex;
flex-direction: row;
background: #404040;
padding: 1em;
border: 3px solid gray;
gap: 1em;
}
</style>