Skip to content

Commit

Permalink
code made more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Mar 23, 2021
1 parent 51cd2cc commit 06155c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion biostar/forum/static/forum.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,13 @@
width: 80%;
}

/* Needed for syntax highlighting */
:not(pre) > code {
color: orangered !important;
}

body {
/ / background-color: var(--page-bg-color) !important;
// background-color: var(--page-bg-color) !important;
//padding-top: 1rem;
font-family: var(--root-font);
color: #333;
Expand Down
1 change: 1 addition & 0 deletions biostar/static/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pre[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
//color: orangered;
}

.token.comment,
Expand Down

0 comments on commit 06155c1

Please sign in to comment.