Skip to content

Commit

Permalink
Merge pull request #57 from decentralized-identity/fix/compose-style
Browse files Browse the repository at this point in the history
fix: consistent style for compose
  • Loading branch information
Frostyfrog authored Oct 6, 2023
2 parents 2316a14 + 05c0672 commit c37af99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/profile/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ div.editor-container {
flex-shrink: 0;
flex-basis: auto;
}

lit-code {
--editor-bg-color: #f5f5f5;
--hl-color-string: #690;
--hl-color-function: #004eff;
--hl-color-number: #dd9031;
--hl-color-operator: #9a6e3a;
--hl-color-class-name: #78c3ca;
--hl-color-punctuation: #999;
--hl-color-property: #905;
--hl-color-keyword: #8500ff;
--hl-color-comment: #aaa;
}

0 comments on commit c37af99

Please sign in to comment.