• Styling updates

• Added entries for future themes
This commit is contained in:
nutty
2026-06-30 01:02:04 +10:00
parent 819d3c2fd3
commit 534a328edf
9 changed files with 484 additions and 53 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
:root {
--border-radius: 10px;
}
#main-wrapper {
width: 500px;
display: flex;
@@ -13,7 +17,7 @@
/* 1. Tell it to maintain a 1:1 square ratio */
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 0.25em;
border-radius: var(--border-radius);
position: relative;
background-size: cover;
background-position: center;