Skip to content

Commit

Permalink
fix(app): remove global style
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Jul 11, 2024
1 parent 503bbd2 commit 43f310a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
13 changes: 13 additions & 0 deletions .changeset/nasty-feet-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@difizen/mana-observable": patch
"@difizen/mana-syringe": patch
"@difizen/mana-common": patch
"@difizen/mana-react": patch
"@difizen/mana-core": patch
"@difizen/mana-l10n": patch
"@difizen/mana-app": patch
"@difizen/mana-ui": patch
"@difizen/mana-docs": patch
---

Remove global style css
39 changes: 0 additions & 39 deletions packages/mana-app/src/style/index.less
Original file line number Diff line number Diff line change
@@ -1,52 +1,13 @@
/* stylelint-disable property-no-vendor-prefix */
/* stylelint-disable custom-property-pattern */

body,
.mana-app {
padding: 0;
border: 1px solid var(--mana-window-activeBorder);
margin: 0;
background: var(--mana-editor-background);
color: var(--mana-foreground);
font-family: var(--mana-ui-font-family);

a {
color: var(--mana-textLink-foreground);
}

a:active,
a:hover {
color: var(--mana-textLink-activeForeground);
}

code {
color: var(--mana-textPreformat-foreground);
}

blockquote {
background: var(--vscode-textBlockQuote-background);
border: var(--mana-border-width) solid var(--mana-textBlockQuote-border);
}
}

.mana-view-container {
a {
color: var(--mana-textLink-foreground);
}

a:active,
a:hover {
color: var(--mana-textLink-activeForeground);
}

code {
color: var(--mana-textPreformat-foreground);
}

blockquote {
background: var(--vscode-textBlockQuote-background);
border: var(--mana-border-width) solid var(--mana-textBlockQuote-border);
}
}

.mana-input {
Expand Down

0 comments on commit 43f310a

Please sign in to comment.