aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Dark: Use a darker pydis blurple everywhereGravatar hedy2024-01-28-5/+1
|
* Dark: Use alternate images for homepage, resources, eventsGravatar hedy2024-01-28-43/+97
| | | | | | Thanks to lemon for editting all the images. Co-authored-by: Leon Sandøy <[email protected]>
* Dark: Fix timeline icon bordersGravatar hedy2024-01-28-0/+4
|
* Dark: Darken nav, hero, hero waves, button, body backgroundsGravatar hedy2024-01-28-3/+205
|
* Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-28-24/+25
|\
| * Bump python-dotenv from 1.0.0 to 1.0.1 (#1212)Gravatar dependabot[bot]2024-01-26-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * Merge pull request #1211 from python-discord/dependabot/pip/ruff-0.1.14Gravatar Xithrius2024-01-21-20/+21
| |\
| | * Bump ruff from 0.1.13 to 0.1.14Gravatar dependabot[bot]2024-01-22-20/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.13 to 0.1.14. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Dark: Fix switch toggle when system preference is usedGravatar hedy2024-01-20-2/+4
| | | | | | | | Thanks to wookie for finding the bug.
* | Dark: Restore border on github cardsGravatar hedy2024-01-18-0/+4
| |
* | Dark: Better shadowsGravatar hedy2024-01-18-6/+2
| |
* | Dark: Better contrast for dark switchGravatar hedy2024-01-18-0/+1
| |
* | Dark: Avoid knob & icon overlapping during transitionGravatar hedy2024-01-18-1/+1
| |
* | Dark: Theme switch with better contrast on mobileGravatar hedy2024-01-18-2/+3
| |
* | Optimistic fix for FOUC on initial site loadGravatar hedy2024-01-18-0/+5
| |
* | Dark: More subtle collapsible and box-shadow bordersGravatar hedy2024-01-18-2/+2
| |
* | Dark: Use our own panda3d logo with light backgroundGravatar hedy2024-01-18-1/+1
| |
* | Temporary fix to theme-switching FOUC problemGravatar hedy2024-01-18-7/+3
| |
* | Dark: Use original light theme colors everywhereGravatar hedy2024-01-18-23/+27
| | | | | | | | | | Adjusted box-shadow for dark mode to be more readable, unfortunately this gave it a little neomorphism effect...
* | Dark: Possibly fix FOUC during theme switchGravatar hedy2024-01-18-7/+7
| |
* | Dark: Set correct theme immediately when the script loadsGravatar hedy2024-01-18-10/+10
| | | | | | | | | | | | | | | | | | | | This fixes the latency previously observed on page loads. We still have to put switch toggling after page loads though. Genius idea by wookie. Co-authored-by: wookie184 <[email protected]>
* | Dark: Improve order of switching stylesheetsGravatar hedy2024-01-18-1/+1
| |
* | Dark: For content pages using transparent images...Gravatar hedy2024-01-17-8/+14
| | | | | | | | | | | | | | | | | | | | ...which are unreadable in dark mode, use `has-dark-mode-background` class. ![](/img.png){: class="has-dark-mode-background" } Like this. And it will be given a nice light gray background and a subtle padding & border.
* | Consistent CSS indent for files that I touchedGravatar hedy2024-01-17-7/+7
| |
* | Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-17-6/+6
|\|
| * Merge pull request #1207 from ↵Gravatar Xithrius2024-01-16-6/+6
| |\ | | | | | | | | | python-discord/dependabot/pip/python-frontmatter-1.1.0
| | * Bump python-frontmatter from 1.0.1 to 1.1.0Gravatar dependabot[bot]2024-01-17-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Fix conflictsGravatar hedy2024-01-17-22/+23
|\ \
| * | Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-17-20/+20
| |\|
| | * Merge pull request #1206 from python-discord/dependabot/pip/ruff-0.1.13Gravatar Xithrius2024-01-14-20/+20
| | |\
| | | * Bump ruff from 0.1.12 to 0.1.13Gravatar dependabot[bot]2024-01-15-20/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Remove extra trailing space in resources.htmlGravatar ~hedy2024-01-17-1/+1
| | |
| * | Remove extra trailing space in 8th codejam pageGravatar ~hedy2024-01-17-1/+1
| | |
| * | Fix typo in page.cssGravatar ~hedy2024-01-17-0/+1
| | |
* | | Dark: Sponsors light background for code/gamejamsGravatar hedy2024-01-17-44/+90
| | |
* | | Consistent 4-spaces CSS indentGravatar hedy2024-01-17-30/+30
|/ /
* | Dark: Use kivy logo with light background in resourcesGravatar hedy2024-01-16-3/+1
| |
* | Dark: Use adafruit logo with light background in resourcesGravatar hedy2024-01-16-1/+1
| |
* | Dark: Fix the filter box on resources pageGravatar hedy2024-01-16-47/+52
| |
* | Merge branch 'gdwr-dark-theme' of github.com:hedyhli/pydis-site into ↵Gravatar hedy2024-01-14-189/+224
|\ \ | | | | | | | | | gdwr-dark-theme
| * | Merge branch 'main' into gdwr-dark-themeGravatar ~hedy2024-01-13-189/+224
| |\|
| | * Merge pull request #1202 from python-discord/dependabot/pip/markdown-3.5.2Gravatar Xithrius2024-01-12-5/+5
| | |\
| | | * Bump markdown from 3.5.1 to 3.5.2Gravatar dependabot[bot]2024-01-12-5/+5
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Merge pull request #1204 from python-discord/dependabot/pip/ruff-0.1.12Gravatar Xithrius2024-01-11-20/+20
| | |\
| | | * Bump ruff from 0.1.11 to 0.1.12Gravatar dependabot[bot]2024-01-12-20/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Merge pull request #1203 from python-discord/dependabot/pip/sentry-sdk-1.39.2Gravatar Xithrius2024-01-10-6/+6
| | |\
| | | * Bump sentry-sdk from 1.39.1 to 1.39.2Gravatar dependabot[bot]2024-01-11-6/+6
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.1 to 1.39.2. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.39.1...1.39.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Merge pull request #1201 from python-discord/dependabot/pip/psycopg-3.1.17Gravatar jchristgit2024-01-08-74/+74
| | |\ | | | | | | | | Bump psycopg from 3.1.16 to 3.1.17
| | | * Bump psycopg from 3.1.16 to 3.1.17Gravatar dependabot[bot]2024-01-08-74/+74
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.16 to 3.1.17. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.16...3.1.17) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| | * Fixed truncated dropdown menu (#1138)Gravatar sarzz2024-01-06-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removing padding-right from discord button in nav * fixing dropdown menu on contributing page for sub-articles * Revert "fixing dropdown menu on contributing page for sub-articles" This reverts commit 2d158ddbb8f1d27dd7d8b0b9282554365cf042e3. * fixing dropdown menu on contributing page for sub-articles * Revert "removing padding-right from discord button in nav" This reverts commit e6642932611de307f5386928be0a1dd7e94cd134. * lint fix * fixing dropdown menu for mobile screen * Update pydis_site/static/css/content/page.css Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>