From 4527c1c154d33aa79b1c5f16c0fe9fe2eab991aa Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 3 Jan 2025 16:11:25 +0000 Subject: [PATCH] Update src/styles/post.css --- src/styles/post.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/post.css b/src/styles/post.css index 7e66e6a..c1525c5 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -283,6 +283,16 @@ text-align: center; } +.IBMSMSMBSSNote { + width: 100%; + border-radius: 8px; + padding: 10px 15px; + border: solid 2px rgba(255,255,255,0.1); + background: rgba(255,122,0,0.2); + color: rgba(255,255,255,0.95); + text-align: center; +} + .IBMSMSMBSSPostBodyHideText > * { width: 100%; text-align: center;