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 c1b4260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
16 changes: 12 additions & 4 deletions src/assets/markdown.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
.markdown-body a {
color: var(--n-text-color) !important;
color: #1db966 !important;
}
.markdown-body a:hover {
color: var(--n-text-color-hover) !important;
color: #63e2b7 !important;
}

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

.markdown-body p {
font-size: var(--n-font-size);
.markdown-body ul {
padding: 1rem !important;
}

.markdown-body h1,
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 c1b4260

Please sign in to comment.