mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 15:24:03 -03:00
8 lines
168 B
CSS
8 lines
168 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.link-no-deco {
|
|
@apply no-underline visited:text-[var(--sl-color-gray-2)] text-[var(--sl-color-gray-2)]
|
|
}
|