Skip to content

Commit 7fd1233

Browse files
Use CDNs for styling
1 parent 4b6caca commit 7fd1233

28 files changed

Lines changed: 2148 additions & 8366 deletions

.github/workflows/update_download_url.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [published]
55
workflow_dispatch:
66
jobs:
7-
update-readme:
7+
update-docs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Based on

docs/_sass/main.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

22
// Import bootstrap and bootstrap icons
3-
@import "bootstrap-icons";
4-
@import "bootstrap.min.css";
5-
6-
3+
// @import "../assets/scss/bootstrap-icons.scss";
4+
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
5+
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");
76

87
.windows-screenshot {
98
width: 300px;

0 commit comments

Comments
 (0)