mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-25 09:36:14 +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;
|
|
}
|