diff --git a/assets/css/screen.css b/assets/css/screen.css index 08d5140..94e873a 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -160,6 +160,9 @@ table { border-collapse: collapse; border-spacing: 0; } .icon-link:before { content: "\f608"; } +.icon-menu:before { + content: "\f609"; +} /* ========================================================================== @@ -792,13 +795,18 @@ body.nav-opened .nav { background: rgba(0,0,0,0.1); transition: all 0.5s ease; } +.menu-button:before { + font-size: 12px; + font-weight: bold; + margin-right: 6px; + color: #fff !important; + position: relative; + top: 1px; + transition: all 0.5s ease; +} .menu-button:focus { outline: 0; } -.menu-button .burger { - font-size: 12px; - margin-right: 6px; -} body.nav-opened .menu-button { padding: 0 12px; @@ -843,6 +851,9 @@ body.nav-opened .menu-button .word { border-color: #fff; background: #fff; } +.main-nav.overlay a:hover:before { + color: #222; +} /* Add a border to the buttons on hover */ .menu-button:hover { diff --git a/assets/fonts/casper-icons.eot b/assets/fonts/casper-icons.eot index 0bfce34..2c04470 100755 Binary files a/assets/fonts/casper-icons.eot and b/assets/fonts/casper-icons.eot differ diff --git a/assets/fonts/casper-icons.svg b/assets/fonts/casper-icons.svg index 98efd05..e0d40ac 100755 --- a/assets/fonts/casper-icons.svg +++ b/assets/fonts/casper-icons.svg @@ -16,4 +16,5 @@ + \ No newline at end of file diff --git a/assets/fonts/casper-icons.ttf b/assets/fonts/casper-icons.ttf index f1b8da8..b67da6b 100755 Binary files a/assets/fonts/casper-icons.ttf and b/assets/fonts/casper-icons.ttf differ diff --git a/assets/fonts/casper-icons.woff b/assets/fonts/casper-icons.woff index 4a98893..4312e4a 100755 Binary files a/assets/fonts/casper-icons.woff and b/assets/fonts/casper-icons.woff differ diff --git a/author.hbs b/author.hbs index 0da102b..52e752d 100644 --- a/author.hbs +++ b/author.hbs @@ -9,7 +9,7 @@ diff --git a/index.hbs b/index.hbs index 223f9ed..71e5ce4 100644 --- a/index.hbs +++ b/index.hbs @@ -6,7 +6,7 @@
diff --git a/page.hbs b/page.hbs index e77a0bd..74b1319 100644 --- a/page.hbs +++ b/page.hbs @@ -10,7 +10,7 @@ diff --git a/post.hbs b/post.hbs index 4639608..cc48269 100644 --- a/post.hbs +++ b/post.hbs @@ -10,7 +10,7 @@ diff --git a/tag.hbs b/tag.hbs index cebbab8..c2ea918 100644 --- a/tag.hbs +++ b/tag.hbs @@ -6,7 +6,7 @@