16 lines
293 B
CSS
16 lines
293 B
CSS
body {
|
|
color: var(--mu-colors-foreground-text-neutral-plain);
|
|
padding: 0;
|
|
margin: 0;
|
|
background: var(--mu-colors-background-plain);
|
|
}
|
|
|
|
code {
|
|
display: inline-block;
|
|
letter-spacing: 0.1em;
|
|
color: var(--mu-colors-foreground-text-neutral-subdued);
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|