Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 26, 2024
1 parent 9a01e7d commit 4903fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions _layouts/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
</head>
<body id="hyper">
{% include header.html %}
<div class="hyper-pageheader">
<div class="container">
<h1>{{ page.title }}</h1>
</div>
</div>
<div class="container hyper-middle">
<div class="row">
<aside class="col-lg-3 hyper-sidebar">
Expand Down Expand Up @@ -45,6 +40,7 @@ <h4 class="guide-links">
</aside>
<main class="col-lg-9 row">
<article class="hyper-content col-lg-9">
<h1 class="content-title">{{ page.title }}</h1>
{{ content }}
</article>
<aside class="toc col-lg-3">
Expand Down
3 changes: 1 addition & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ blockquote {
}

#hyper .navbar a {
color: #eee;
color: #f5f5f5;
display: flex;
flex-direction: column;
justify-content: center;
Expand Down Expand Up @@ -391,7 +391,6 @@ pre code {

// navbar
.navbar a {
transition: none;
}

.navbar a:hover, .navbar a:focus {
Expand Down

0 comments on commit 4903fad

Please sign in to comment.