This commit is contained in:
Casey Wittrock 2025-10-20 09:26:47 -05:00
parent d76ee19be7
commit 26609eb46c
11 changed files with 251 additions and 70 deletions

View file

@ -13,15 +13,6 @@
-moz-osx-font-smoothing: grayscale;
}
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
@ -50,10 +41,11 @@ button:focus-visible {
padding: 2em;
}
#app {
#custom-ui-app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
/* border: 1px solid #444; */
text-align: center;
}