mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 15:34:59 -05:00
25 lines
622 B
Plaintext
25 lines
622 B
Plaintext
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@tailwind variants;
|
|
|
|
html,
|
|
body {
|
|
@apply h-full overflow-hidden;
|
|
}
|
|
|
|
.terminal-output {
|
|
@apply font-mono text-sm;
|
|
}
|
|
|
|
.terminal-input {
|
|
@apply font-mono text-sm;
|
|
}
|
|
|
|
/* Skeleton theme overrides */
|
|
:root [data-theme='skeleton'] {
|
|
--theme-font-family-base: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
|
|
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
--theme-font-family-heading: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
|
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
} |