Skip to content

Commit

Permalink
Merge branch 'Current' of ssh://github.com/Playform/Website into Current
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Apr 26, 2024
2 parents 869b98b + 3c96e36 commit 9bd4113
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- uses: dependabot/fetch-metadata@v2.0.0
- uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -35,7 +35,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- uses: dependabot/fetch-metadata@v2.0.0
- uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
6 changes: 3 additions & 3 deletions Source/Stylesheet/Global.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ body {
flex-col
bg-white
tabular-nums
text-black
text-[#151515]
antialiased
sm:subpixel-antialiased
dark:bg-black
dark:text-white;
dark:bg-[#151515]
dark:text-[#eaeaea];

font-variant-ligatures: no-common-ligatures;

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"astro": "4.6.3",
"astro": "4.7.0",
"astro-capo": "0.0.1",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
"cssnano": "6.1.2",
"cssnano-preset-advanced": "6.1.2",
"cssnano-preset-advanced": "7.0.0",
"dotenv": "16.4.5",
"firebase": "10.11.0",
"firebase": "10.11.1",
"postcss": "8.4.38",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-combine-media-query": "1.0.1",
Expand Down

0 comments on commit 9bd4113

Please sign in to comment.