Skip to content

Commit

Permalink
fix(app): basic style
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun authored and zhanba committed Jul 8, 2024
1 parent 02ef50f commit 02ecd10
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/mana-app/src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ body,
}
}

.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 {
padding-left: 5px;
color: var(--mana-input-foreground);
Expand Down

0 comments on commit 02ecd10

Please sign in to comment.