diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 12c1fd6d..508f9948 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -38,3 +38,8 @@ code.xref { background-color: #ecf0f3; border-bottom: 1px dotted #222; } + +/* hide the welcome text */ +div#welcome-to-discord-py > h1 { + display: none; +} |