Skip to content

Commit

Permalink
Merge pull request #178 from TheDragonCode/6.x
Browse files Browse the repository at this point in the history
Fixed an issue with displaying colors
  • Loading branch information
andrey-helldar authored Sep 12, 2024
2 parents 499b88a + ff83111 commit 86aae21
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Cache dependencies
uses: actions/cache@v4
Expand Down
6 changes: 5 additions & 1 deletion docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";

@import 'fonts';
@import "fonts";

:root {
--content-width: 800px;
Expand All @@ -11,3 +11,7 @@
font-family: Nunito, system-ui, sans-serif;
}
}

.line {
color: rgb(235 235 245 / 86%);
}
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
"url": "git+ssh://[email protected]/TheDragonCode/laravel-actions.git"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"@vuepress/theme-default": "^2.0.0-rc.20",
"@vueuse/core": "^7.5.5",
"dotenv": "^15.0.0",
"vuepress": "^2.0.0-rc.9"
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/plugin-prismjs": "^2.0.0-rc.43",
"@vuepress/plugin-shiki": "^2.0.0-rc.0",
"@vuepress/theme-default": "^2.0.0-rc.43",
"@vueuse/core": "^7.7.1",
"dotenv": "^16.4.5",
"sass-embedded": "^1.78.0",
"vuepress": "^2.0.0-rc.15"
},
"engines": {
"node": ">=20.11"
"node": ">=22.8"
}
}

0 comments on commit 86aae21

Please sign in to comment.