diff options
author | 2022-02-25 01:28:50 +0000 | |
---|---|---|
committer | 2022-02-25 01:28:50 +0000 | |
commit | 5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /docs/_static/index.css | |
parent | Merge pull request #29 from python-discord/port-utilities (diff) | |
parent | Custom css to de-bold index page (diff) |
Merge pull request #32 from python-discord/disnake-migrationv2.0.0
Disnake migration
Diffstat (limited to 'docs/_static/index.css')
-rw-r--r-- | docs/_static/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_static/index.css b/docs/_static/index.css new file mode 100644 index 00000000..54f3f771 --- /dev/null +++ b/docs/_static/index.css @@ -0,0 +1,3 @@ +h1 { + font-weight: 300; +} |