+
+ 一百个Chocolate
+
+
+ Hey, I am Chocolate, the 21st front-end development, currently
+ moving bricks in a large factory.
+
+
+ JS, TS, LeetCode, Vue, React, algorithm lovers.
+
+
- JS, TS, LeetCode, Vue, React, algorithm lovers.The 21st
- front-end development, currently moving bricks in a large
- factory.
+ After experiencing high school life, I understand that
+ "fortunately, the cold window has been bitter for several
+ years, and since then there are many warm springs"
+ And through college life, I understand that "learning is like
+ sailing against the current, if you don't advance, you will
+ retreat".
+
+
+ The dream is to become a person with a certain influence,
+ sweat with blood, and create the future with positivity!
+
+
+
+ Find me on{' '}
+
+ Github
+ {' '}
+ and{' '}
+
+ 哔哩哔哩
+
+ .
+
+
+
+
To Blog
diff --git a/src/styles/globals.css b/src/styles/globals.css
index af5159d..f7e22f1 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -111,7 +111,6 @@
}
}
-/* #region /**=========== Fade In =========== */
[data-fade] {
@apply translate-y-10 opacity-0 transition duration-[400ms] ease-out motion-reduce:translate-y-0 motion-reduce:opacity-100;
}
@@ -142,11 +141,8 @@
.fade-in-start [data-fade='8'] {
transition-delay: 800ms;
}
-/* #endregion /**======== Fade In =========== */
-/* #region /**=========== Animate Shadow =========== */
.animate-shadow {
@apply after:absolute after:inset-0 after:z-[-1] after:opacity-0 after:transition-opacity hover:after:opacity-100;
@apply after:shadow-md dark:after:shadow-none;
}
-/* #endregion /**======== Animate Shadow =========== */
diff --git a/tailwind.config.js b/tailwind.config.js
index 24f27c7..89fb10a 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -4,6 +4,7 @@ const { fontFamily } = require('tailwindcss/defaultTheme');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
+ darkMode: 'class',
theme: {
screens: {
mobile: {