feat: Additional embed integrations (#3398)

* feat: Gliffy integration

* feat: JSFiddle integration

* feat: Otter.ai integration

* Optimised images with calibre/image-actions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Tom Moor
2022-04-16 15:04:49 -07:00
committed by GitHub
parent 4c4b80ba9b
commit 0883a56311
9 changed files with 86 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ export const base = {
export const light = {
...base,
isDark: false,
background: colors.white,
secondaryBackground: colors.warmGrey,
link: colors.primary,
@@ -149,6 +150,7 @@ export const light = {
export const dark = {
...base,
isDark: true,
background: colors.almostBlack,
secondaryBackground: colors.black50,
link: "#137FFB",