diff --git a/assets/styles/bootswatch/_bootswatch.scss b/assets/styles/bootswatch/_bootswatch.scss index 7a822bcb6..e0e471b56 100644 --- a/assets/styles/bootswatch/_bootswatch.scss +++ b/assets/styles/bootswatch/_bootswatch.scss @@ -1,4 +1,4 @@ -// Flatly 5.3.2 +// Flatly 5.3.3 // Bootswatch @@ -6,7 +6,7 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" !default; @if $web-font-path { - @import url($web-font-path); + @import url("#{$web-font-path}"); } // Navs diff --git a/assets/styles/bootswatch/_variables.scss b/assets/styles/bootswatch/_variables.scss index 303b65c0f..2e374c94e 100644 --- a/assets/styles/bootswatch/_variables.scss +++ b/assets/styles/bootswatch/_variables.scss @@ -1,4 +1,4 @@ -// Flatly 5.3.2 +// Flatly 5.3.3 // Bootswatch $theme: "flatly" !default; @@ -55,6 +55,7 @@ $h3-font-size: 2rem !default; // Tables +$table-color: initial !default; $table-bg-scale: 0% !default; // Dropdowns