Skip to content

Commit

Permalink
Update Bootstrap and Font Awesome (#75)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
erdnaxe and ColdHeat authored Mar 19, 2024
1 parent f4b57b4 commit 9350bf6
Show file tree
Hide file tree
Showing 33 changed files with 97 additions and 98 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@ctfdio/ctfd-js": "^0.0.12",
"@fontsource/lato": "^4.5.3",
"@fontsource/raleway": "^4.5.3",
"@fortawesome/fontawesome-free": "6.0.0",
"@fortawesome/fontawesome-free": "6.5.1",
"@popperjs/core": "^2.11.4",
"alpinejs": "^3.9.1",
"bootstrap": "^5.1.3",
"bootstrap": "^5.3.3",
"bootstrap-multimodal": "~1.0.4",
"dayjs": "^1.11.0",
"echarts": "^5.3.2",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions static/assets/index.697f72c1.js

This file was deleted.

31 changes: 31 additions & 0 deletions static/assets/index.e9d69436.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions static/assets/main.63991f7d.css

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions static/assets/main.af2a52b9.css

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion static/assets/page.e56ddd4d.js

This file was deleted.

1 change: 1 addition & 0 deletions static/assets/page.e90bdb25.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{C as o,m as d}from"./index.e9d69436.js";window.CTFd=o;window.Alpine=d;d.start();

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9350bf6

Please sign in to comment.