mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-21 15:31:44 +01:00
Working
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
body {
|
||||
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
@apply bg-white dark:bg-dark-900 dark:text-white duration-200
|
||||
@apply flex h-full flex-col bg-zinc-50 dark:bg-black;
|
||||
}
|
||||
|
||||
13
src/assets/css/tailwind.css
Normal file
13
src/assets/css/tailwind.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer components {
|
||||
.w-container {
|
||||
@apply mx-auto max-w-7xl lg:px-24 sm:px-4;
|
||||
}
|
||||
|
||||
.text-subtitle {
|
||||
@apply text-zinc-600 dark:text-zinc-400 text-base
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user