Skip to content

Commit

Permalink
fix code block border color for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
hackjutsu committed May 5, 2019
1 parent 4e5d572 commit 99367e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/containers/codeArea/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
code, tt {
margin: 0 2px;
white-space: nowrap;
border: 0.5px solid rgba(234, 234, 234, 0.5);
border:1px solid var(--border-color);
background-color: transparent;
border-radius: 3px;
color: var(--text-primary);
Expand Down Expand Up @@ -379,7 +379,7 @@
word-break: break-all;
word-wrap: break-word;
// background-color: #f5f5f5 !important;
border: 0.5px solid rgba(234, 234, 234, 0.5) !important;
border: 1px solid var(--border-color) !important;
border-radius: 3px !important;
}

Expand Down

0 comments on commit 99367e4

Please sign in to comment.