_includes/styles/variables.scss in jekyll-theme-hydejack-9.0.0 vs _includes/styles/variables.scss in jekyll-theme-hydejack-9.0.1

- old
+ new

@@ -13,13 +13,13 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. /*{% assign vars = site.data.variables %}*/ -$font-family: {{ vars.font | default:site.font }}; -$font-family-heading: {{ vars.font_heading | default:site.font_heading }}; -$code-font-family: {{ vars.font_code | default:site.font_code }}; -$theme-color: {{ vars.theme_color | default:site.theme_color | default:'#193747' }}; +$font-family: {{ vars.font | default:site.font }}; +$font-family-heading: {{ vars.font_heading | default:site.font_heading }}; +$code-font-family: {{ vars.font_code | default:site.font_code }}; +$theme-color: {{ vars.theme_color | default:site.theme_color | default:'rgb(8,46,57)' }}; $root-font-size: {{ vars.root_font_size | default:15 }}px; $root-font-size-medium: {{ vars.root_font_size_medium | default:16 }}px; $root-font-size-large: {{ vars.root_font_size_large | default:17 }}px; $root-font-size-print: {{ vars.root_font_size_print | default:9 }}pt;