Skip to content

Commit a392c33

Browse files
authored
docs: fix announcement bar css selector (#11262)
1 parent b54103b commit a392c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ html[data-theme='dark'] {
143143
);
144144
}
145145

146-
div[class^='announcementBar_'] {
146+
.theme-announcement-bar {
147147
font-size: 20px;
148148

149149
/*

0 commit comments

Comments
 (0)