logo

rc-status-page

Unnamed repository; edit this file 'description' to name the repository.

rc-status-page.css (184B)


  1. :root { color-scheme: light dark; }
  2. .service-started { color:green; }
  3. .service-stopped, .service-crashed {
  4. color:red;
  5. font-weight: bold;
  6. }
  7. body {
  8. display: table;
  9. margin: 0 auto;
  10. }