mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-24 01:36:25 +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;
|
||
|
}
|