mabel-hex/assets/admin/style/main.css
2025-02-09 14:13:34 +01:00

15 lines
No EOL
236 B
CSS

@import url(https://rsms.me/inter/inter.css);
:root {
background-color: #312337;
color: #fff6fe;
font-family: Inter, sans-serif;
/* fix for Chrome */
font-feature-settings: 'liga' 1, 'calt' 1;
}
a,
a:visited {
color: #f0cf96;
}