Skip to content

Commit

Permalink
[*] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Feb 4, 2025
1 parent 5c7681b commit fa6ee95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 9 additions & 1 deletion src/assets/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@
color: var(--n-text-color-hover) !important;
}

.markdown-body p {
.markdown-body p,
.markdown-body li,
.markdown-body span,
.markdown-body a,
.markdown-body strong {
font-size: var(--n-font-size);
}

.markdown-body ul {
padding: 1rem;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
Expand Down
5 changes: 0 additions & 5 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ a {
a:hover {
color: #63e2b7;
}

ul,
ol {
margin-left: 1rem;
}

0 comments on commit fa6ee95

Please sign in to comment.