mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 03:57:13 -05:00
15 lines
212 B
CSS
15 lines
212 B
CSS
:root {
|
|
color-scheme: dark;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
background-color: #0f1115;
|
|
color: #f5f6f8;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|