mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-15 02:05:45 -04:00
Cleanup and work in feedback.
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
2f5bb77fbb
commit
ed2e4e4068
10 changed files with 10 additions and 1202 deletions
|
@ -77,6 +77,7 @@ html[data-theme='dark'] .header-github-link:before {
|
|||
.asciinema-theme-edgeless .asciinema-terminal {
|
||||
color: #ffffff; /* default text color */
|
||||
background-color: #000000; /* terminal background color */
|
||||
border-color: #000000;
|
||||
}
|
||||
.asciinema-theme-edgeless .fg-bg { /* inverse for default text color */
|
||||
color: #000000;
|
||||
|
|
|
@ -3,6 +3,7 @@ import React from 'react';
|
|||
import MDXComponents from '@theme-original/MDXComponents';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import AsciinemaWidget from '@site/src/components/AsciinemaWidget';
|
||||
|
||||
export default {
|
||||
// Re-use the default mapping
|
||||
|
@ -11,4 +12,5 @@ export default {
|
|||
// `Highlight` will receive all props that were passed to `highlight` in MDX
|
||||
tabs: Tabs,
|
||||
tabItem: TabItem,
|
||||
};
|
||||
asciinemaWidget: AsciinemaWidget,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue