diff --git a/src/styles/_base.sass b/src/styles/_base.sass index 6977de11..0f0b3c37 100644 --- a/src/styles/_base.sass +++ b/src/styles/_base.sass @@ -273,18 +273,14 @@ header.navbar-header user-select: none a.navbar-item user-select: none - color: white + color: $color-text-light-secondary height: $navbar-height display: flex align-items: center - font: - family: $font-headings - size: 1em - weight: 400 + font-weight: 400 text-transform: uppercase border-bottom: 3px solid transparent - text-shadow: 1px 1px 0 rgba(black, .2), 1px 1px 10px rgba(black, .5) padding: top: 3px @@ -300,6 +296,7 @@ header.navbar-header padding-right: 10px &:hover, &:focus + color: $color-text-light background-color: rgba($color-background-nav, .4) border-bottom: 3px solid $color-primary @@ -307,6 +304,7 @@ header.navbar-header border-bottom: 3px solid $color-primary &.active + color: $color-text-light background-color: $color-background-nav border-bottom: 3px solid lighten($color-secondary, 10%) diff --git a/src/styles/_error.sass b/src/styles/_error.sass index 4e6e3f27..72f79df2 100644 --- a/src/styles/_error.sass +++ b/src/styles/_error.sass @@ -54,7 +54,6 @@ body.error padding: 25px 0 10px 0 color: white font: - family: $font-headings size: 2em weight: 300 diff --git a/src/styles/_pages.sass b/src/styles/_pages.sass index 281ee884..24dabd35 100644 --- a/src/styles/_pages.sass +++ b/src/styles/_pages.sass @@ -33,7 +33,6 @@ .page-title text-align: center font: - family: $font-headings size: 2.8em weight: 300 diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 7cede2bf..aaf361e1 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -2026,7 +2026,6 @@ section.node-children & .item-title padding-bottom: 15px font: - family: $font-headings size: 1.8em weight: 400 @@ -2468,7 +2467,6 @@ section.node-children position: relative font: - family: $font-headings size: 1.2em weight: 300 diff --git a/src/styles/_user.sass b/src/styles/_user.sass index 69d30227..87869ef3 100644 --- a/src/styles/_user.sass +++ b/src/styles/_user.sass @@ -10,7 +10,6 @@ text-align: center color: $color-primary font: - family: $font-headings size: 2.2em weight: 300 @@ -108,7 +107,6 @@ padding: 25px 15px 5px 15px font: size: 2em - family: $font-headings weight: 300 .settings-content diff --git a/src/templates/layout.jade b/src/templates/layout.jade index 036218c3..69e87ac8 100644 --- a/src/templates/layout.jade +++ b/src/templates/layout.jade @@ -35,8 +35,7 @@ html(lang="en") !function(e){"use strict";e.loadCSS=function(t,n,o){var r,i=e.document,l=i.createElement("link");if(n)r=n;else{var d=(i.body||i.getElementsByTagName("head")[0]).childNodes;r=d[d.length-1]}var a=i.styleSheets;l.rel="stylesheet",l.href=t,l.media="only x",r.parentNode.insertBefore(l,n?r:r.nextSibling);var f=function(e){for(var t=l.href,n=a.length;n--;)if(a[n].href===t)return e();setTimeout(function(){f(e)})};return l.onloadcssdefined=f,f(function(){l.media=o||"all"}),l},"undefined"!=typeof module&&(module.exports=e.loadCSS)}(this); - loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400,500" ); - loadCSS( "//fonts.googleapis.com/css?family=Lato:300,400" ); + loadCSS( "//fonts.googleapis.com/css?family=Roboto:300,400" ); script(src="{{ url_for('static_pillar', filename='assets/js/markdown.min.js', v=040820161) }}") script(src="{{ url_for('static_pillar', filename='assets/js/tutti.min.js', v=040820161) }}") @@ -404,8 +403,7 @@ html(lang="en") a(href="") noscript - link(href='//fonts.googleapis.com/css?family=Roboto:300,400,500', rel='stylesheet', type='text/css') - link(href='//fonts.googleapis.com/css?family=Lato:300,400', rel='stylesheet', type='text/css') + link(href='//fonts.googleapis.com/css?family=Roboto:300,400', rel='stylesheet', type='text/css') script(type="text/javascript", src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js") script(type="text/javascript", src="//cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.10/js/min/perfect-scrollbar.min.js")