theme.css 184 B

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