mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-22 08:04:21 +01:00
10 lines
119 B
CSS
10 lines
119 B
CSS
|
* {
|
||
|
font-family: "monospace";
|
||
|
}
|
||
|
|
||
|
code {
|
||
|
border-radius: 0.3rem;
|
||
|
background: #ACACAC;
|
||
|
padding: 0.1rem;
|
||
|
}
|