olivetin/integration-tests/tests/customTheme/custom-webui/themes/test-theme/theme.css

15 lines
184 B
CSS

/* Custom theme for integration testing */
body {
background-color: #ff6b6b;
}
/* Add a distinctive style that we can test for */
#content {
border: 5px solid #4ecdc4;
}