Skip to content

Commit 9350bf6

Browse files
erdnaxeColdHeat
andauthored
Update Bootstrap and Font Awesome (#75)
* bootstrap: 5.1.3 -> 5.3.3 Update Bootstrap to add support for dark color scheme. This greatly simplifies dark color themes downstream, and is a first step towards adding a dark mode to CTFd default theme. * fontawesome-free: 6.0.0 -> 6.5.1 This fixes a bug with downstream templates that were using "fa" class. Add the Twitter "X" logo for share links. * yarn rebuild --------- Co-authored-by: Kevin Chung <[email protected]>
1 parent f4b57b4 commit 9350bf6

33 files changed

+97
-98
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@ctfdio/ctfd-js": "^0.0.12",
1414
"@fontsource/lato": "^4.5.3",
1515
"@fontsource/raleway": "^4.5.3",
16-
"@fortawesome/fontawesome-free": "6.0.0",
16+
"@fortawesome/fontawesome-free": "6.5.1",
1717
"@popperjs/core": "^2.11.4",
1818
"alpinejs": "^3.9.1",
19-
"bootstrap": "^5.1.3",
19+
"bootstrap": "^5.3.3",
2020
"bootstrap-multimodal": "~1.0.4",
2121
"dayjs": "^1.11.0",
2222
"echarts": "^5.3.2",

static/assets/challenges.b5389f1f.js static/assets/challenges.18cf1705.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/clipboard.7f2653cd.js static/assets/clipboard.26bc71b7.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/index.697f72c1.js

-31
This file was deleted.

static/assets/index.e9d69436.js

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/index.64dccda5.js static/assets/index.f8e89c17.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/main.63991f7d.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/main.af2a52b9.css

-10
This file was deleted.

static/assets/notifications.09ea3ab0.js static/assets/notifications.80759ac5.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/page.e56ddd4d.js

-1
This file was deleted.

static/assets/page.e90bdb25.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{C as o,m as d}from"./index.e9d69436.js";window.CTFd=o;window.Alpine=d;d.start();

static/assets/scoreboard.ad29571b.js static/assets/scoreboard.eecf07d0.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/assets/settings.b3224966.js static/assets/settings.24da1b21.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)