Skip to content

Commit b0a7b1e

Browse files
committed
Remove misleading image
1 parent e5522a7 commit b0a7b1e

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

docs/20-concepts/05-styling/34-theming.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ import { Mermaid } from '@site/src/components/Mermaid';
2020
<KolAlert _type="info" _variant="card">
2121
<p>Über den Schalter in der Toolbar oben können Sie das Theme von unserer Seite (KoliBri) umschalten.</p>
2222
</KolAlert>
23-
<br />
24-
<img
25-
width="100%"
26-
src="/assets/theme-switch.png"
27-
alt="Zeigt, wo der Schalter zum Umschalten des Themes in der Toolbar ist."
28-
/>
29-
<br />
3023

3124
<p>
3225
Das Einzigartige an <KoliBri /> ist die <strong>Referenzimplementierung</strong> von Komponenten, die von Grund auf

i18n/en/docusaurus-plugin-content-docs/current/20-concepts/05-styling/34-theming.mdx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
import {
2-
KolAbbr,
3-
KolAlert,
4-
KolCard,
5-
KolHeading,
6-
KolIconIcofont,
7-
KolIndentedText,
8-
KolIcon,
9-
KolKolibri,
10-
KolDetails,
11-
KolLink,
12-
KolLogo,
13-
KolTable,
14-
} from '@public-ui/react';
15-
import { KoliBri } from '@site/src/components/KoliBri';
16-
import { Mermaid } from '@site/src/components/Mermaid';
1+
import {KolAlert, KolDetails, KolIndentedText, KolLink,} from '@public-ui/react';
2+
import {KoliBri} from '@site/src/components/KoliBri';
3+
import {Mermaid} from '@site/src/components/Mermaid';
174

185
# Theming
196

@@ -22,13 +9,6 @@ import { Mermaid } from '@site/src/components/Mermaid';
229
You can switch the theme from our site (KoliBri) using the switch in the toolbar above.
2310
</p>
2411
</KolAlert>
25-
<br />
26-
<img
27-
width="100%"
28-
src="/assets/theme-switch.png"
29-
alt="Shows where the switch for switching the theme is in the toolbar."
30-
/>
31-
<br />
3212

3313
<p>
3414
The unique feature of <KoliBri /> is the <strong>reference implementation</strong> of components that are <strong>semantically W3C- and WCAG-compliant</strong> from the ground up and thus <strong>completely accessible</strong> regarding assistive support. All components are implemented as <KolLink _href="https://developer.mozilla.org/en-US/docs/Web/Web_Components?retiredLocale=de" _target="mozilla">Web Components</KolLink>

0 commit comments

Comments
 (0)