Skip to content

Commit 2b5ccf4

Browse files
committed
Update to Bootstrap 4.5.2
1 parent 851e074 commit 2b5ccf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jl/themes.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export prepend_bootswatch, dbc_themes
22

33
function prepend_bootswatch(suffix)
4-
BOOTSWATCH_BASE = "https://stackpath.bootstrapcdn.com/bootswatch/4.5.0/"
4+
BOOTSWATCH_BASE = "https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/"
55
return string(BOOTSWATCH_BASE, suffix)
66
end
77

88
dbc_themes = (
9-
BOOTSTRAP = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css",
10-
GRID = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap-grid.min.css",
9+
BOOTSTRAP = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css",
10+
GRID = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap-grid.min.css",
1111
CERULEAN = prepend_bootswatch("cerulean/bootstrap.min.css"),
1212
COSMO = prepend_bootswatch("cosmo/bootstrap.min.css"),
1313
CYBORG = prepend_bootswatch("cyborg/bootstrap.min.css"),

0 commit comments

Comments
 (0)