8 lines
189 B
CSS
8 lines
189 B
CSS
/* Compatibility wrapper.
|
|
*
|
|
* Historically this config loaded "palette.css". Keep that stable, but source
|
|
* all actual color definitions from "theme.css".
|
|
*/
|
|
@import url("theme.css");
|
|
|