mabel-hex/assets/admin/style/main.css

15 lines
236 B
CSS
Raw Normal View History

2025-02-09 14:13:34 +01:00
@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;
}