Skip to content

Commit d47b9de

Browse files
committed
update
1 parent 2761d07 commit d47b9de

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<nav class="top-bar" data-topbar>
44
<ul class="title-area">
55
<li class="name">
6-
<h1 class="hide-for-large-up"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
6+
<h1 class="show-for-small-only"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
77
</li>
88
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
99
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>

_sass/_04_settings_global.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,15 +1398,15 @@ $table-head-bg: $grey-2;
13981398
// $topbar-link-color-active: #000;
13991399
// $topbar-link-color-active-hover: #000;
14001400
// $topbar-link-weight: $font-weight-normal;
1401-
$topbar-link-font-size: rem-calc(15);
1401+
// $topbar-link-font-size: rem-calc(15);
14021402
// $topbar-link-hover-lightness: -10%; // Darken by 10%
14031403
// $topbar-link-bg: $topbar-bg;
14041404
// $topbar-link-bg-color-hover: #ff0;
14051405
// $topbar-link-bg-hover: #f00;
14061406
// $topbar-link-bg-active: $primary-color;
14071407
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
14081408
// $topbar-link-font-family: $body-font-family;
1409-
$topbar-link-text-transform: uppercase;
1409+
// $topbar-link-text-transform: uppercase;
14101410
// $topbar-link-padding: $topbar-height / 3;
14111411
// $topbar-back-link-size: $h5-font-size;
14121412
// $topbar-link-dropdown-padding: 20px;
@@ -1432,12 +1432,12 @@ $topbar-link-text-transform: uppercase;
14321432
// Transitions and breakpoint styles
14331433
// $topbar-transition-speed: 300ms;
14341434
// Using rem-calc for the below breakpoint causes issues with top bar
1435-
$topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
1436-
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
1435+
// $topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
1436+
// $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
14371437

14381438
// Divider Styles
1439-
$topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
1440-
$topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
1439+
// $topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
1440+
// $topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
14411441

14421442
// Sticky Class
14431443
// $topbar-sticky-class: ".sticky";

_sass/_05_settings_top-bar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ $topbar-title-font-size: rem-calc(19);
3131
// $topbar-link-color-active: $ci-1;
3232
// $topbar-link-color-active-hover: #fff;
3333
// $topbar-link-weight: 400;
34-
// $topbar-link-font-size: rem-calc(17);
34+
$topbar-link-font-size: rem-calc(15);
3535
// $topbar-link-hover-lightness: -10%; // Darken by 10%
3636
// $topbar-link-bg: $topbar-bg;
3737
// $topbar-link-bg-color-hover: #fff;
3838
// $topbar-link-bg-hover: $ci-1;
3939
// $topbar-link-bg-active: #fff;
40-
// // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
40+
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
4141
// $topbar-link-font-family: $header-font-family;
42-
// $topbar-link-text-transform: uppercase;
42+
$topbar-link-text-transform: uppercase;
4343
// $topbar-link-padding: $topbar-height / 2;
4444
// $topbar-back-link-size: $h5-font-size;
4545
// $topbar-link-dropdown-padding: 20px;

0 commit comments

Comments
 (0)