diff --git a/readme.txt b/readme.txt index 96c192d..33c5abd 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Vasco === Contributors: pixelgrade, babbardel, vlad.olaru, razvanonofrei Description: Vasco is a travel blog theme to help you increase your revenue streams and see more of the world. With big and beautiful imagery, modular layout, compatibility with the new Gutenberg editor, multilingual support, and a smart widget system for next-level customizations, you have all the right tools to express your personality and nurture a loyal audience around your fascinating stories. -Version: 1.3.7.2 +Version: 1.3.8 Tags: blog, holiday, photography, translation-ready, featured-images, custom-menu, custom-logo, one-column, two-columns, three-columns, four-columns, editor-style, sticky-post, footer-widgets, threaded-comments, rtl-language-support Requires at least: 4.9.9 -Tested up to: 5.2.2 +Tested up to: 5.3 Stable tag: 1.3.8 Requires PHP: 5.3.0 License: GPLv2 or later @@ -24,6 +24,11 @@ Vasco is a travel blog theme to help you increase your revenue streams and see m == Changelog == += 1.3.8 = +* Fix issue with dark color palette +* Improve keyboard navigation +* Change font-weight on navbar to 500 + = 1.3.7.2 = * Added new color customization features via our Customify plugin (Style Manager). diff --git a/style-rtl.css b/style-rtl.css index d9f3ec6..573b871 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -6107,7 +6107,7 @@ and the top and bottom ones rotate to form an X font-family: "HK Grotesk", sans-serif; font-size: 16px; line-height: 1.5; - font-weight: normal; + font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; diff --git a/style.css b/style.css index e6d4011..0625dfc 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/pixelgrade/vasco-free Author: Pixelgrade Author URI: https://pixelgrade.com Description: Vasco is a travel blog theme to help you increase your revenue streams and see more of the world. With big and beautiful imagery, modular layout, compatibility with the new Gutenberg editor, multilingual support, and a smart widget system for next-level customizations, you have all the right tools to express your personality and nurture a loyal audience around your fascinating stories. -Version: 1.3.7.3 +Version: 1.3.8 Tested up to: 5.2.2 License: GNU General Public License v2 or later License URI: LICENSE @@ -6107,7 +6107,7 @@ and the top and bottom ones rotate to form an X font-family: "HK Grotesk", sans-serif; font-size: 16px; line-height: 1.5; - font-weight: normal; + font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; diff --git a/variations/vasco/scss/_settings.scss b/variations/vasco/scss/_settings.scss index 7798730..132c391 100644 --- a/variations/vasco/scss/_settings.scss +++ b/variations/vasco/scss/_settings.scss @@ -69,7 +69,7 @@ $logo-font: ( $header-font: ( font-family: $theme-headings-font-family-alt, font-size: 16px, - font-weight: normal, + font-weight: 500, line-height: 1.5, letter-spacing: 0.06em, text-transform: uppercase diff --git a/variations/vasco/scss/style.scss b/variations/vasco/scss/style.scss index 22542f6..3888c91 100644 --- a/variations/vasco/scss/style.scss +++ b/variations/vasco/scss/style.scss @@ -4,7 +4,7 @@ Theme URI: https://github.com/pixelgrade/vasco-free Author: Pixelgrade Author URI: https://pixelgrade.com Description: Vasco is a travel blog theme to help you increase your revenue streams and see more of the world. With big and beautiful imagery, modular layout, compatibility with the new Gutenberg editor, multilingual support, and a smart widget system for next-level customizations, you have all the right tools to express your personality and nurture a loyal audience around your fascinating stories. -Version: 1.3.7.3 +Version: 1.3.8 Tested up to: 5.2.2 License: GNU General Public License v2 or later License URI: LICENSE