summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 17:43:35 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 17:43:35 +0200
commitefd2c35d432dc2426bf1fd9c849eeabdf28e40e3 (patch)
tree293cf9683eea9a36fe500cab83fa360532f8805e /public
parent97ec7802ed549222ec83c389e45c0c1305179b0d (diff)
hootstream opacity
Diffstat (limited to 'public')
-rw-r--r--public/assets/css/hootstream.css4
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);