mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
14 lines
155 B
CSS
14 lines
155 B
CSS
:root {
|
|
--color: white;
|
|
--bgColor: #212121;
|
|
}
|
|
|
|
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
color: var(--color);
|
|
font-family: sans-serif;
|
|
} |