From ac84cbff8182b2c50e1617b9d3115e82863df15d Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Wed, 29 Jan 2025 00:34:40 +0530 Subject: [PATCH] Update indeedlayout.css --- indeedlayout.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/indeedlayout.css b/indeedlayout.css index 69e3113..4db8285 100644 --- a/indeedlayout.css +++ b/indeedlayout.css @@ -6,6 +6,20 @@ --popcolor: #DD1155; } +#statuscafe { + padding: .5em; + background-color: azure; + border: 1px solid midnightblue; +} + +#statuscafe-username { + margin-bottom: .5em; +} + +#statuscafe-content { + margin: 0 1em 0.5em 1em; +} + /* JAUNTY TITLES - DELETE THIS SECTION IF YOU WANT NORMAL HEADERS IN YOUR BOXES */ .box>h1 { border: 2px var(--txtcolor) solid;