Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61d5e69

Browse files
committedMar 10, 2025·
Update to Bootswatch Flatly 5.3.3
1 parent f0509eb commit 61d5e69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎assets/styles/bootswatch/_bootswatch.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// Flatly 5.3.2
1+
// Flatly 5.3.3
22
// Bootswatch
33

44

55
// Variables
66

77
$web-font-path: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" !default;
88
@if $web-font-path {
9-
@import url($web-font-path);
9+
@import url("#{$web-font-path}");
1010
}
1111

1212
// Navs

‎assets/styles/bootswatch/_variables.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flatly 5.3.2
1+
// Flatly 5.3.3
22
// Bootswatch
33

44
$theme: "flatly" !default;
@@ -55,6 +55,7 @@ $h3-font-size: 2rem !default;
5555

5656
// Tables
5757

58+
$table-color: initial !default;
5859
$table-bg-scale: 0% !default;
5960

6061
// Dropdowns

0 commit comments

Comments
 (0)
Please sign in to comment.