This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/src/App.css

10 lines
113 B
CSS
Raw Normal View History

2023-09-04 11:12:35 +02:00
:root {
--bg: #27374d;
--text-1: #dde6ed;
2023-08-28 15:40:33 +02:00
}
2023-09-04 11:12:35 +02:00
html {
background-color: var(--bg);
color: var(--text-1);
2023-08-28 15:40:33 +02:00
}