basic colors / settings present

This commit is contained in:
Henry Jameson 2024-09-26 22:31:28 +03:00
commit fb40694e8e
10 changed files with 256 additions and 80 deletions

View file

@ -168,12 +168,13 @@
display: flex;
justify-content: center;
align-items: center;
width: 33%;
height: 33%;
border-radius: var(--roundness);
background: var(--background);
box-shadow: var(--shadow);
border: 1px solid var(--border);
min-width: 33%;
min-height: 33%;
max-width: 80%;
max-height: 80%;
border-width: 0;
border-style: solid;
border-color: var(--border);
}
}
}