We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de6d999 + 3808a6e commit 8826583Copy full SHA for 8826583
1 file changed
src/scss/7-components/_top-banner.scss
@@ -13,7 +13,7 @@
13
14
&--mongodb {
15
/* MongoDB theme: bright leaf green bar, dark navy copy (matches brand samples) */
16
- background: #001e2b;
+ background: #00ed64;
17
padding-block: pxToRem(14);
18
padding-inline: pxToRem(20);
19
@@ -22,7 +22,7 @@
22
align-items: center;
23
justify-content: center;
24
gap: pxToRem(8);
25
- color: #00ed64;
+ color: #001e2b;
26
27
a {
28
display: inline-flex;
0 commit comments