amocrm-web/css/style.css
2025-03-30 13:50:23 +05:00

15 lines
132 B
CSS

:root {
color-scheme: dark;
font-family: monospace;
font-size: 16px;
}
body {
margin: auto;
max-width: 768px;
}
table {
}