diff options
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 61803c9d..4998b799 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1554,6 +1554,22 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), color: #fffb; } +pre.content-code { + white-space: normal; + background: black; + color: white; + padding: 5px; + max-width: calc(100vw - 180px); + overflow-x: scroll; + border: 1px dashed var(--primary-color); +} + +pre.content-code code { + font-size: 0.8em; + line-height: 1; + white-space: nowrap; +} + s.spoiler { display: inline-block; color: transparent; |