mirror of
https://github.com/acid-info/new-codex.storage.git
synced 2026-08-27 19:31:05 +00:00
19 lines
222 B
CSS
19 lines
222 B
CSS
:root {
|
|
font-family: "Inter", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* heading and subtitle */
|
|
h1 {
|
|
}
|
|
|
|
/* links */
|
|
a {
|
|
text-decoration: none;
|
|
|
|
&:visited {
|
|
color: var(--grey-50);
|
|
}
|
|
}
|