captains-log/frontend/app/app.css
Drew Galbraith d60d834f38 Create a frontend wireframe. (#7)
Sets up API methods and types.
Sets up a colorscheme.
Sets up a homepage.

Removes tailwind in favor of mui for now.

Reviewed-on: #7
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-09-23 04:08:45 +00:00

8 lines
134 B
CSS

/* Captain's Log - Global Styles */
/* Base font family is handled by Material-UI theme */
html,
body {
margin: 0;
padding: 0;
}