Files
KnockOutWhist-Web/knockoutwhistweb/app/assets/stylesheets/light-mode.less
Janis 1f377de0f4 feat(ui): implement CSS variables for theme support (#26)
#17

Reviewed-on: #26
Reviewed-by: lq64 <lq@blackhole.local>
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
2025-10-29 16:52:32 +01:00

5 lines
81 B
Plaintext

:root {
--background-image: url('/assets/images/img.png');
--color: black;
}