Makes the display area larger, the selected patch clearer, and cleans up some unused CSS
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
aarbit 2025-02-13 18:39:11 -06:00
parent ee7e8ef33c
commit 76c823250c
2 changed files with 9 additions and 44 deletions

View File

@ -1,63 +1,28 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: no-preference) {
a:nth-of-type(2) .logo {
animation: logo-spin infinite 20s linear;
}
}
.card {
padding: 2em;
}
.read-the-docs {
color: #888;
}
.selections-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.option-box {
width: 4vh;
width: 4.2cqh;
aspect-ratio: 1;
}
.selected-option {
background-color: black;
font-size: larger;
background-color: lightslategrey;
font-weight: 800;
font-size: 2cqh;
color: black;
}
.unselected {
font-size: medium;
font-weight: 600;
font-size: 2cqh;
}
.midi-settings-container {

View File

@ -4,8 +4,8 @@
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;
color: rgba(255, 255, 255, 0.6);
background-color: #000000;
font-synthesis: none;
text-rendering: optimizeLegibility;