Files
min-chat/client/src/App.css
T
Комаров Данил Анатольевич 6 83ef0d5ab3 init
2026-05-29 04:59:58 +03:00

18 lines
298 B
CSS

*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body, #root {
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, sans-serif;
background: #1a1a2e;
color: #e0e0e0;
}
a {
color: #7ec8e3;
}