Red-DiscordBot/docs/_static/theme_overrides.css
Tobotimus 5cef3e13e1 [V3 Docs] Docs for utils package (#1085)
* Docstrings for chat formatting

* Docstrings for mod utils

* Type checking

* Override CSS to highlight object name in definition

* More typing

* Utils docs pages

* Fix typo here
2017-11-19 13:14:05 -09:00

12 lines
276 B
CSS

/*
* This overrides the style for the path to each object definition, whilst
* the name of the object remains unchanged.
*
* e.g. in the definition `redbot.core.Config`, `redbot.core` is the
* desclassname.
*/
code.descclassname {
font-weight: normal !important;
}