12 lines
126 B
CSS
12 lines
126 B
CSS
|
article {
|
||
|
background-color: var(--background-color-2);
|
||
|
}
|
||
|
|
||
|
figure {
|
||
|
margin: 0.5em;
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
font-size: x-small;
|
||
|
}
|