Skip to content

Commit c817117

Browse files
Bowen7michaelklishin
authored andcommitted
[RMQ-2052] Remove pink background from Partner Spotlight on the support page
1 parent 3a43e73 commit c817117

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/pages/contact.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ export default function Support() {
125125

126126
<div className={styles.featured_partner}>
127127
<div className={styles.container}>
128-
<Heading as="h1"><span className={styles.highlight_text}>Partner Spotlight: Announcing AceMQ, our RabbitMQ MSP Partner</span></Heading>
129-
<Heading as="h1"><span className={styles.highlight_text}>AceMQ <small>is our featured authorized partner providing End-to-End RabbitMQ solutions, including: white-glove commercial support and expert services for Tanzu RabbitMQ & RabbitMQ Community Edition. </small></span></Heading>
130-
<p><strong className={styles.highlight_text}>To learn more about AceMQ’s RabbitMQ support, managed services, and RabbitMQ consulting & training offerings, please get in touch below: </strong></p>
128+
<Heading as="h1">Partner Spotlight: Announcing AceMQ, our RabbitMQ MSP Partner</Heading>
129+
<Heading as="h1">AceMQ <small>is our featured authorized partner providing End-to-End RabbitMQ solutions, including: white-glove commercial support and expert services for Tanzu RabbitMQ & RabbitMQ Community Edition. </small></Heading>
130+
<p><strong>To learn more about AceMQ’s RabbitMQ support, managed services, and RabbitMQ consulting & training offerings, please get in touch below: </strong></p>
131131
<div>
132132
<Link className="button button--primary" to="https://acemq.com/rabbitmq/" rel="noopener">Consulting</Link>&nbsp;
133133
<Link className="button button--primary" to="https://acemq.com/rabbitmq/licensing/" rel="noopener">Commercial Support</Link>

src/pages/index.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ html[data-theme='dark'] .heroCta .release_notes_link {
134134
background-color: var(--ifm-color-emphasis-100);
135135
}
136136

137-
.highlight_text {
138-
background-color: var(--ifm-color-primary-contrast-background);
139-
}
140-
141137
.featured_partner h1 small {
142138
font-size: 1rem;
143139
}

0 commit comments

Comments
 (0)