15 lines
236 B
CSS
15 lines
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;
|
||
|
}
|