mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-24 12:46:38 +00:00
8 lines
111 B
CSS
8 lines
111 B
CSS
|
section.oob-token {
|
||
|
code {
|
||
|
background: $gray1;
|
||
|
padding: 0.5rem;
|
||
|
margin: 0;
|
||
|
border-radius: 0.3rem;
|
||
|
}
|
||
|
}
|