diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/dark.css b/dark.css index 962f2a4..751dc3c 100644 --- a/dark.css +++ b/dark.css @@ -187,6 +187,10 @@ background-image: initial; background-color: rgb(44, 47, 49); } + summary { + background-image: initial; + background-color: rgb(44, 47, 49); + } .window .window-header .action-buttons { background-image: initial; background-color: rgb(176, 16, 48); @@ -827,4 +831,11 @@ #edge-translate-panel-body { color: var(--darkreader-neutral-text) !important; } + + .spon-logo-dark { + display: inherit; + } + .spon-logo-light { + display: none; + } } \ No newline at end of file diff --git a/index.html b/index.html index 9f2c722..d78c619 100644 --- a/index.html +++ b/index.html @@ -37,8 +37,8 @@ - - + +
@@ -100,11 +100,13 @@$ # This installs the pre-release of v20 -$ pip install python-telegram-bot --pre +$ # This installs the latest stable release +$ pip install python-telegram-bot --upgrade $ python bot.py
+You can also verify releases.+
And it is free
python-telegram-bot is distributed under a LGPLv3 license. @@ -116,13 +118,13 @@
And it is free
- + - +