Trae Agent
feat: upgrade with siliconflow and hf config
afd0ae6
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply text-gray-900 bg-gray-50;
}
}
/* Print Styles */
@media print {
.no-print, button, nav, header, .sidebar {
display: none !important;
}
body {
background-color: white;
}
.shadow, .shadow-md, .shadow-lg {
box-shadow: none !important;
border: 1px solid #eee;
}
/* Ensure charts are visible */
canvas {
max-width: 100% !important;
}
}