Skip to content

Commit

Permalink
[CSS] harmonize <pre> style with markdown preview
Browse files Browse the repository at this point in the history
  • Loading branch information
GehDoc committed Nov 26, 2019
1 parent 925fabc commit 0e2f890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [INTERNAL] split markdown.css in the tool to import sources from vscode

### Changed
- [CSS] harmonize ```<pre>``` style with markdown preview


## [0.3.2] - 2019-11-11
### Added
Expand Down
3 changes: 1 addition & 2 deletions media/textile-theming.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ body.wordWrap pre {
white-space: pre-wrap;
}

/* FIXME : see that if highlighting of source-code is implemented later.
/* FIXME : adapt this, if highlighting of source-code is implemented later. */
pre:not(.hljs),
pre.hljs code > div {
padding: 16px;
border-radius: 3px;
overflow: auto;
}
*/

pre code {
color: var(--vscode-editor-foreground);
Expand Down

0 comments on commit 0e2f890

Please sign in to comment.