mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 18:22:13 +00:00
Feat: Stain font, Tailwind, AR button styles
This commit is contained in:
18
styles.css
18
styles.css
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user