11 lines
178 B
CSS
11 lines
178 B
CSS
|
/* License: LGPL-3.0-or-later */
|
||
|
pre {
|
||
|
white-space: pre-wrap;
|
||
|
word-break: break-all;
|
||
|
font-size: .8rem;
|
||
|
background: var(--grey-1);
|
||
|
padding: 1rem;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|