Skip to content

Commit cf411f6

Browse files
committed
Update announcement bar styling
1 parent 79268cb commit cf411f6

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

src/css/custom.css

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -699,28 +699,19 @@ div[class*="announcementBarContent_"] {
699699
transition: background 0.3s ease-in-out;
700700
}
701701

702-
/* LIGHT MODE — soft but NOT white */
702+
/* LIGHT MODE — soft light orange */
703703
html[data-theme="light"] div[class*="announcementBar_"] {
704-
background: linear-gradient(
705-
90deg,
706-
#FFE5CC 0%, /* soft light orange, not white */
707-
#FFCC99 50%, /* warm pastel orange */
708-
#FF9933 100% /* logo-like orange */
709-
) !important;
704+
background: #FFB566 !important; /* warm darker orange */
710705
color: #000 !important;
711706
}
712707

713-
/* DARK MODE — muted version for dark backgrounds */
708+
/* DARK MODE — slightly darker orange */
714709
html[data-theme="dark"] div[class*="announcementBar_"] {
715-
background: linear-gradient(
716-
90deg,
717-
#4A3728 0%, /* muted warm tint */
718-
#CC7A3A 40%, /* softer orange blend */
719-
#FF7A00 100% /* keploy orange */
720-
) !important;
721-
color: #ffffff !important;
710+
background: #FFB566 !important; /* warm darker orange */
711+
color: #000 !important;
722712
}
723713

714+
724715
.list-disc > a {
725716
display: inherit;
726717
}

0 commit comments

Comments
 (0)