mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 10:12:13 +00:00
Delete styles.css
This commit is contained in:
38
styles.css
38
styles.css
@@ -1,38 +0,0 @@
|
|||||||
@import url("https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4");
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Stain";
|
|
||||||
src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: "Stain", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
::selection {
|
|
||||||
background: #d4d4d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
input, select, button {
|
|
||||||
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