mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 03:17:08 -06:00
CSR only Dots component, tune drop shadow
This commit is contained in:
@@ -31,6 +31,9 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
},
|
||||
dropShadow: {
|
||||
"extreme": "0 0 50px black",
|
||||
},
|
||||
fontFamily: {
|
||||
inter: ['"Inter"', "sans-serif"],
|
||||
roboto: ['"Roboto"', "sans-serif"],
|
||||
@@ -44,7 +47,7 @@ module.exports = {
|
||||
"radial-gradient(50% 50% at 50% 50%, var(--tw-gradient-stops))",
|
||||
},
|
||||
animation: {
|
||||
bg: "bg 5s ease-in-out forwards",
|
||||
bg: "fade-in 3s ease-in forwards",
|
||||
"fade-in": "fade-in 3s ease-in-out forwards",
|
||||
title: "title 3s ease-out forwards",
|
||||
"fade-left": "fade-left 3s ease-in-out forwards",
|
||||
|
||||
Reference in New Issue
Block a user