Skip to content

Commit 4903fad

Browse files
committed
more tweaks
1 parent 9a01e7d commit 4903fad

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

_layouts/guide.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
</head>
66
<body id="hyper">
77
{% include header.html %}
8-
<div class="hyper-pageheader">
9-
<div class="container">
10-
<h1>{{ page.title }}</h1>
11-
</div>
12-
</div>
138
<div class="container hyper-middle">
149
<div class="row">
1510
<aside class="col-lg-3 hyper-sidebar">
@@ -45,6 +40,7 @@ <h4 class="guide-links">
4540
</aside>
4641
<main class="col-lg-9 row">
4742
<article class="hyper-content col-lg-9">
43+
<h1 class="content-title">{{ page.title }}</h1>
4844
{{ content }}
4945
</article>
5046
<aside class="toc col-lg-3">

css/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ blockquote {
7373
}
7474

7575
#hyper .navbar a {
76-
color: #eee;
76+
color: #f5f5f5;
7777
display: flex;
7878
flex-direction: column;
7979
justify-content: center;
@@ -391,7 +391,6 @@ pre code {
391391

392392
// navbar
393393
.navbar a {
394-
transition: none;
395394
}
396395

397396
.navbar a:hover, .navbar a:focus {

0 commit comments

Comments
 (0)