diff options
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/css/hootstream.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 0e00105..e0d9e45 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -227,7 +227,9 @@ /** Misc */ #hootevents code, -#hootevents pre { +#hootevents pre, +#hootevents tt, +#hootevents kbd { background: rgba(127, 127, 127, 0.2); border: 1px solid rgba(127, 127, 127, 0.2); max-width: calc(100vw - 12.5rem); |
