Feat: Stain font, Tailwind, AR button styles

This commit is contained in:
2026-03-20 22:01:42 -07:00
parent 0d49e2e4d2
commit 2ead48f7b4

View File

@@ -18,3 +18,21 @@ body {
input, select, button { input, select, button {
font-family: "Stain", sans-serif; font-family: "Stain", sans-serif;
} }
.ar-btn {
background: #f5f5f5;
color: #525252;
}
.ar-btn:hover {
background: #e5e5e5;
}
.ar-btn.active {
background: #262626;
color: #fff;
}
.z-60 {
z-index: 60;
}