From 25c3ca9d8be39e7d2b14555c3d5e5f4899739338 Mon Sep 17 00:00:00 2001 From: Meschac Irung Date: Sat, 9 Nov 2024 08:08:20 +0200 Subject: [PATCH] remove glow animation --- index.html | 11 +---------- tailwind.config.js | 14 +++----------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index c263e8c..57eed61 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@

-
+
@@ -191,9 +191,6 @@

30% Increase in revenue

- - -
@@ -217,9 +214,6 @@

30% Increase in revenue

- - -
@@ -236,9 +230,6 @@

30% Increase in revenue

- - - diff --git a/tailwind.config.js b/tailwind.config.js index dfa57df..d5b7dee 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,18 +7,10 @@ module.exports = { darkMode: "media", safelist: ["isToggled"], theme: { - fontFamily: { - sans: ['Geist', 'Inter', ...defaultTheme.fontFamily.sans], - mono : ['GeistMono', 'fira-code', ...defaultTheme.fontFamily.mono], - }, - keyframes: { - loop: { - to: { - "offset-distance": "100%", - }, - }, + fontFamily: { + sans: ['Geist', 'Inter', ...defaultTheme.fontFamily.sans], + mono : ['GeistMono', 'fira-code', ...defaultTheme.fontFamily.mono], }, - extend: { colors: ({ colors }) => ({ primary : colors.blue,