mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2026-01-31 08:24:10 -06:00
DownloadButton progress
This commit is contained in:
@@ -3,6 +3,19 @@ export default {
|
||||
content: ["./src/**/*.{astro,html,js,jsx,ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
animation: {
|
||||
"pulse-dark": "pulse-dark 2.5s ease-in-out infinite",
|
||||
},
|
||||
keyframes: {
|
||||
"pulse-dark": {
|
||||
"0%, 100%": {
|
||||
backgroundColor: "#0A3026",
|
||||
},
|
||||
"50%": {
|
||||
backgroundColor: "#053B2D",
|
||||
},
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
bebas: ["Bebas Neue", "sans-serif"],
|
||||
inter: ["Inter", "sans-serif"],
|
||||
|
||||
Reference in New Issue
Block a user