Skip to content

Commit 605cfcd

Browse files
committed
Fix: Announcement Bar UI and Styling
Signed-off-by: Akella Srinivas <[email protected]>
1 parent 7ec1b52 commit 605cfcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/css/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,4 +744,10 @@ textarea {
744744
resize: vertical;
745745
}
746746

747-
747+
div[class*="announcementBar"] {
748+
@apply bg-[#FFD7A0] text-[#1f2937] shadow-lg font-bold;
749+
font-family: "Roboto", sans-serif;
750+
}
751+
div[class*="announcementBar"] a {
752+
@apply underline hover:text-blue-900 hover:no-underline transition-colors duration-300 text-[#b45309];
753+
}

0 commit comments

Comments
 (0)