Skip to content

Commit 8826583

Browse files
Merge pull request #2854 from appwrite/atharva-banner-fix
2 parents de6d999 + 3808a6e commit 8826583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scss/7-components/_top-banner.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
&--mongodb {
1515
/* MongoDB theme: bright leaf green bar, dark navy copy (matches brand samples) */
16-
background: #001e2b;
16+
background: #00ed64;
1717
padding-block: pxToRem(14);
1818
padding-inline: pxToRem(20);
1919

@@ -22,7 +22,7 @@
2222
align-items: center;
2323
justify-content: center;
2424
gap: pxToRem(8);
25-
color: #00ed64;
25+
color: #001e2b;
2626

2727
a {
2828
display: inline-flex;

0 commit comments

Comments
 (0)