update: add gitgnore
This commit is contained in:
+3
-12
@@ -1,4 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&display=swap');
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@@ -10,16 +11,6 @@
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-surface-soft text-gray-800 antialiased;
|
||||
@apply bg-black-900 text-gray-100 antialiased;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.text-gradient {
|
||||
@apply bg-gradient-to-r from-brand-500 to-rose-400 bg-clip-text text-transparent;
|
||||
}
|
||||
|
||||
.bg-gradient-brand {
|
||||
@apply bg-gradient-to-r from-brand-500 to-rose-400;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user