summaryrefslogtreecommitdiff
path: root/public/css/markdown.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved CSS in night-modeErik Michelson2021-01-281-19/+8
| | | | | | A general invert-filter is applied to all pre elements in night mode. As diagrams are embedded inside pre tags, they're inverted as well. For sequence-diagrams and flow-charts this looks well, if we wouldn't additionally set the stroke and text color to white in night-mode. These additional white rules invert the already inverted diagram again and make it not good visible. The graphviz and abc embeddings aren't really optimized to be inverted, therefore they're now excluded from invertion and stay in day mode. Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Fix some night mode colorsSheogorath2018-07-031-0/+4
| | | | | | | | We have some issues with night mode and the font color. This should fix this in the permission table and the delete node modal. As well as some picture styling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix code blocks color in night modeSheogorath2018-04-051-0/+5
| | | | | | This provides more eye-friendly code boxes when night mode is active. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update styles of details, summary and figureMax Wu2018-02-261-2/+14
| | | | Signed-off-by: Max Wu <jackymaxj@gmail.com>
* Extend HTML5 support by whitelisting various tagsSheogorath2018-02-251-0/+9
| | | | | | | | | | | | HTML5 provides a wide feature set of useful elements. Since Markdown usually supports HTML it should be able to use these HTML5 tags as well. As they were requested by some users and they where checked for being safe, whitelisting them isn't a problem. To make the experience the same as on GitHub when it comes to the basic look and feel of the rendered markdown, some CSS was added to make the summary and the details tag look like on GitHub. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* :sparkles: Implemented dark theme.Edoardo Odorico2018-01-051-0/+38
| | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
* Add support of abcjsWu Cheng-Han2017-03-261-3/+6
|
* Fix gist-embed styles conflictsWu Cheng-Han2016-12-151-0/+13
|
* Fix markdown styles conflicting bootstrap on p and ul under alert areaWu Cheng-Han2016-10-211-1/+6
|
* Update to support wrap syntax for code blockWu Cheng-Han2016-10-141-0/+8
|
* Update markdown styles, follow github styles and font familyWu Cheng-Han2016-08-141-1/+1
|
* Updated to support container syntax and stylesCheng-Han, Wu2016-03-151-0/+4
|
* Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu2016-03-041-11/+24
| | | | method and styles
* Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all ↵Cheng-Han, Wu2016-01-311-1/+1
| | | | default styles to allow font fallbacks
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-1/+12
| | | | the note with robots, lang, dir, breaks options
* Changed code block line number gutter rendering method for performance and ↵Wu Cheng-Han2015-09-251-1/+5
| | | | gain better accessibility
* Updated overall font-family, font-size, line-height, letter-spacing and some ↵Wu Cheng-Han2015-09-241-0/+2
| | | | other minor adjustments
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+89