File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff 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 */
703703html [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 */
714709html [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}
You can’t perform that action at this time.
0 commit comments