Skip to content

Commit

Permalink
Fix style mindmap
Browse files Browse the repository at this point in the history
  • Loading branch information
gsans committed Oct 14, 2023
1 parent 34405c2 commit c560b0a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
3 changes: 3 additions & 0 deletions src/app/custom-chat/custom-chat.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ input.mdc-text-field__input:focus {
fill: #1d262f !important;
stroke:#1d262f !important;
}
.mindmap-nodes .section-root text {
fill: black !important;
}

path.arrowMarkerPath { fill: #1d262f; stroke:#1d262f; }
.node rect { fill: white; stroke:#1d262f; }
Expand Down
35 changes: 19 additions & 16 deletions src/app/custom-chat/custom-chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,22 +201,25 @@ alert(s);
\`\`\`mermaid
mindmap
root((mindmap))
Origins
Long history
::icon(fa fa-edit)
Popularisation
British popular psychology author Tony Buzan
Research
On effectivness<br/>and features
On Automatic creation
Uses
Creative techniques
Strategic planning
Argument mapping
Tools
Pen and paper
Mermaid
{{Google Generative AI}}
VertexAI
::icon(fa fa-cloud)
(Text)
::icon(fa fa-file-alt)
(Code)
::icon(fa fa-code)
(Audio)
::icon(fa fa-volume-up)
(Images)
::icon(fa fa-image)
MakerSuite
::icon(fa fa-edit)
[PaLM for Text]
::icon(fa fa-file-alt)
[PaLM for Chat]
::icon(fa fa-comments)
[Embeddings]
::icon(fa fa-tasks)
\`\`\`
\`\`\`mermaid
Expand Down

0 comments on commit c560b0a

Please sign in to comment.