Skip to content

Commit

Permalink
fix: color hr in markdown, closes #1254
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jul 31, 2023
1 parent bfd7742 commit 96d8b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/assets/css/markdown-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.markdown {
@include meta.load-css("prismjs/themes/prism-tomorrow.min.css");

--un-prose-hr: #E0E6F0;

table thead th {
color: #e0e0e0;
}
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/assets/css/markdown-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.markdown {
@include meta.load-css("prismjs/themes/prism.min.css");

--un-prose-hr: #959595;

table tr:nth-child(2n) {
background-color: #f5f5f5;
}
Expand Down

0 comments on commit 96d8b9c

Please sign in to comment.