Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Sep 17, 2022
1 parent a581557 commit 00c3369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,14 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<img src="/images/sop-banner.png" alt="Simply Optimized | A very light base Fabric modpack to heavily optimize the game without any QoL improvements." height="350">
<img src="../images/sop-banner.png" alt="Simply Optimized | A very light base Fabric modpack to heavily optimize the game without any QoL improvements." height="350">
<a href="https://discord.gg/BsvVFBhEfE" class="btn">Chat on Discord</a>
<a href="https://modrinth.com/modpack/sop" class="btn">View on Modrinth</a>
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
</header>

<main id="content" class="main-content" role="main">
{{ content }}

<footer class="site-footer">
{% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %}
<span class="site-footer-credits">This page was generated using <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</main>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Headers
$header-heading-color: #ffffff;
$header-bg-color: #000000;
$header-bg-color-secondary: #01281B;
$header-bg-color-secondary: #000000;

// Text
$section-headings-color: #ffffff;
Expand Down

0 comments on commit 00c3369

Please sign in to comment.