Skip to content

Commit

Permalink
fixes owncloud#439: Added styles for code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
rstefko committed Jan 21, 2023
1 parent 2423016 commit 9cf8d8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/notes.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@
z-index: -1;
border-top: 1px solid rgba(120, 120, 120, 0.5);
}
.mdedit .code-block {
background: rgba(120, 120, 120, 0.1);
padding: 0 0.5em;
margin: 0.5em 0;
display: block;
}


/* hanging punctuation */
Expand Down

0 comments on commit 9cf8d8f

Please sign in to comment.