Skip to content

Commit

Permalink
{% include links.html %}
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Apr 19, 2024
1 parent f8617d6 commit b6e6c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</head>

<body>

{% include links.html %}
<header style="color:white;" class="neon">
{% include links.html %}

<div class="container">
<a id="a-title" href="{{ '/' | relative_url }}">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
Expand All @@ -35,7 +35,8 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>

{{ content }}
</section>
{% include footer.html %}

</div>
{% include footer.html %}
</body>
</html>
4 changes: 2 additions & 2 deletions _sass/jekyll-theme-hacker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ color: #fff;
#heading {

flex-wrap: wrap;
width:50vw;
width:100vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
position:fixed;
Expand All @@ -298,7 +298,7 @@ grid-template-rows: auto auto auto;
color:white;
padding:5px;
position:fixed;
width:50vw;
width:100vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
}
Expand Down

0 comments on commit b6e6c9d

Please sign in to comment.