2024-08-26 22:01:24 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&display=swap");
|
|
|
|
|
2024-10-19 04:08:17 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2024-08-26 22:01:24 +00:00
|
|
|
|
2024-10-19 04:08:17 +00:00
|
|
|
@layer components {
|
|
|
|
.table-cell {
|
|
|
|
@apply py-2 px-5 border-2 border-violet-300 dark:border-slate-700;
|
2024-08-26 22:01:24 +00:00
|
|
|
}
|
|
|
|
}
|