pds-dash/src/app.css
Ari c77cdb4b79
All checks were successful
Deploy / Deploy (push) Successful in 31s
Custom themes and config overrides (#9)
Co-authored-by: Astra <me@astrra.space>
Reviewed-on: #9
Reviewed-by: Astra <me@astrra.space>
Co-authored-by: Ari <ariadna@hey.com>
Co-committed-by: Ari <ariadna@hey.com>
2025-05-29 08:38:03 +00:00

4 lines
No EOL
69 B
CSS

@import url('./themes/colors.css');
body {
background-color: red;
}