mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 10:20:57 +01:00
9 lines
245 B
CSS
9 lines
245 B
CSS
|
|
body {
|
|
background-color: #f0f0f2;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|