Skip to content

Commit

Permalink
Add custom css hooks; github icon, and dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoo-iohk committed Jan 2, 2024
1 parent 93d1836 commit 23cf1f2
Show file tree
Hide file tree
Showing 6 changed files with 951 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"build": "tsc --version && tsc --build && shx mkdir -p dist && rollup --config rollup/config.mjs",
"clean": "npm run clean --workspaces && shx rm -rf dist",
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest",
"docs": "typedoc . --treatWarningsAsErrors",
"docs": "typedoc . --treatWarningsAsErrors --options ./typedoc.json",
"serve": "ws --port 1337 --rewrite '/importmap -> https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.2.0-beta/jsdelivr-npm-importmap.js'",
"serve-dev": "ws --port 1337 --rewrite '/importmap -> /dist/local-importmap.js'"
},
Expand Down
3 changes: 3 additions & 0 deletions theme/assets/github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 3 additions & 18 deletions theme/assets/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23cf1f2

Please sign in to comment.