mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
10 lines
153 B
CSS
10 lines
153 B
CSS
@import url('/static/style/colors.css');
|
|
|
|
body {
|
|
background-color: var(--color-crust);
|
|
color: var(--color-text);
|
|
}
|
|
|
|
pre {
|
|
white-space: pre;
|
|
} |