EZPPLauncher/public/global.css

16 lines
284 B
CSS
Raw Normal View History

2024-01-25 09:23:03 +00:00
html,
2024-01-09 12:10:37 +00:00
body {
2024-01-25 09:23:03 +00:00
position: relative;
width: 100%;
height: 100%;
2024-01-09 12:10:37 +00:00
}
2024-01-25 09:23:03 +00:00
body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2024-01-09 12:10:37 +00:00
}