mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* 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
12 lines
276 B
CSS
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;
|
|
}
|