fix(css): Fix styling of strong, em, and other inlines (#24)
This fixes a bug that remains in base.css, where it used explicit font family names and classes instead of relying on the browser to associate faces with styles. Fixes #23
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## Our API
|
||||
|
||||
Welcome to coolcorp biz! This is our API documentation.
|
||||
Welcome to coolcorp biz! This is our API documentation. This documentation
|
||||
is generated from normal Markdown files using [docbox](https://github.com/tmcw/docbox),
|
||||
so it can use Markdown syntax, like **bold**, *emphasis*, ~~strikethrough~~,
|
||||
`code`, and more.
|
||||
|
Reference in New Issue
Block a user