mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-06 20:37:32 +00:00
25 lines
373 B
CSS
25 lines
373 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
|
|
:root{
|
|
--theme-color-icon-default: #42466C;
|
|
--theme-color-card-background: #13152B;
|
|
}
|
|
|
|
*{
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
|
|
[x-cloak] {
|
|
display: none;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Outfit';
|
|
src: url('/fonts/Outfit-VariableFont_wght.ttf');
|
|
}
|