Skip to content

Commit 604621b

Browse files
committed
light/dark mode logo css and rm mobot img
1 parent e5e31e1 commit 604621b

File tree

6 files changed

+11
-20
lines changed

6 files changed

+11
-20
lines changed

docs/get-started/training-certification-faq.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,10 @@ description: Find answers to frequently asked questions about Sumo Logic trainin
88
import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Iframe from 'react-iframe';
1010

11-
<a href="https://www.sumologic.com/learn/training"><img src={useBaseUrl('img/get-started/sumo-academy.png')} alt="Sumo Logic Academy logo" width="150"/></a><br/>
11+
<a href="https://www.sumologic.com/learn/training"><img src={useBaseUrl('img/get-started/sumo-academy-light-mode.png')} alt="Sumo Logic Academy logo" className="academy-logo" width="150" /></a><br/><br/>
1212

1313
Sumo Logic Academy is your hub for training and professional development. All courses (self‑paced eLearning, public hands‑on virtual classes, and workshops) are free. Certification exams are paid and live‑proctored through Kryterion. Successful candidates receive industry‑recognized digital badges issued by Credly.
1414

15-
<div style={{
16-
display: 'flex',
17-
alignItems: 'center',
18-
gap: '12px',
19-
padding: '12px 14px',
20-
border: '1px solid var(--ifm-color-emphasis-200)',
21-
borderRadius: '12px',
22-
background: 'var(--ifm-color-emphasis-0)',
23-
margin: '0 0 1rem 0'
24-
}}>
25-
<img src={useBaseUrl('img/get-started/mobot-certification.png')} alt="Mobot mascot" width="75" />
26-
<div>
27-
<div style={{ fontWeight: 600, marginBottom: 2 }}>Meet Mobot</div>
28-
<div style={{ fontSize: '0.95rem' }}>
29-
Mobot can help you navigate courses and certifications in Sumo Logic Academy.
30-
</div>
31-
</div>
32-
</div>
33-
3415
## Getting started
3516

3617
When you create a new Sumo Logic organization, you are logged in automatically the first time. After that, you'll receive an activation email. Completing activation is required to:

src/css/sumo.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,3 +1532,13 @@ article header h2[class*='title_'] {
15321532
-ms-transform: rotate(45deg);
15331533
transform: rotate(45deg);
15341534
}
1535+
1536+
/* Default: light mode */
1537+
html[data-theme='light'] .academy-logo {
1538+
content: url('/img/get-started/sumo-academy-light-mode.png');
1539+
}
1540+
1541+
/* Dark mode */
1542+
html[data-theme='dark'] .academy-logo {
1543+
content: url('/img/get-started/sumo-academy-dark-mode.png');
1544+
}
-1010 KB
Binary file not shown.
9.68 KB
Loading
16.3 KB
Loading
-26.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)