Skip to content

Commit

Permalink
feat(plugin-markdown-hint): improve hint outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 13, 2024
1 parent 1709c9c commit 2feb22a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.hint-container {
position: relative;
border-color: var(--hint-c-accent);
background: var(--hint-c-soft);
transition:
background var(--vp-t-color),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--hint-font-size: 0.9rem;
--hint-font-size: 0.92rem;

/* important */
--important-c-accent: var(--vp-c-purple-bg);
Expand Down

0 comments on commit 2feb22a

Please sign in to comment.