Files
yt-dlp-webui/frontend/index.css
2021-11-29 23:38:30 +01:00

17 lines
296 B
CSS

@import url('./src/styles/colors.css');
body {
font-family: 'Shippori Antique', sans-serif;
height: 80vh;
background-color: var(--body);
color: var(--text);
}
.dark {
--body: #1c1c1c;
--text: #ffffff;
--status:#292929;
--stack: #212121;
--border: #3a3a3a;
}