amocrm-web/css/style.css
2025-03-29 23:46:36 +05:00

11 lines
119 B
CSS

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