summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-10-19 00:34:04 +0200
committerAki <please@ignore.pl>2022-10-19 00:34:04 +0200
commita2ec775230934493bdffe7525b666693965eb482 (patch)
tree51dc51045bd38131ea77512c4f28bd3f5fe095db
parent35d28c2eb240b350a3939351b8f47cb371d0e6f6 (diff)
downloadstarshatter-a2ec775230934493bdffe7525b666693965eb482.zip
starshatter-a2ec775230934493bdffe7525b666693965eb482.tar.gz
starshatter-a2ec775230934493bdffe7525b666693965eb482.tar.bz2
Removed navigation
-rw-r--r--index.html9
-rw-r--r--style.css32
2 files changed, 0 insertions, 41 deletions
diff --git a/index.html b/index.html
index c870312..ba309a0 100644
--- a/index.html
+++ b/index.html
@@ -9,15 +9,6 @@
<title>Starshatter: The Open Source Project</title>
-<nav>
-<a href="#about">About</a>
-<a href="#screenshots">Screenshots</a>
-<a href="#downloads">Downloads</a>
-<a href="#blog">Blog</a>
-<a href="#contributing">Contributing</a>
-<a href="#community">Community</a>
-</nav>
-
<header>
<h1 class="hidden">Starshatter: The Open Source Project</h1>
<div class="title">STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></div>
diff --git a/style.css b/style.css
index 120eabb..0ea2d93 100644
--- a/style.css
+++ b/style.css
@@ -19,38 +19,6 @@ body {
color: #eee;
}
-nav {
- display: flex;
- align-items: center;
- flex-direction: row;
- flex-wrap: wrap;
-}
-
-nav > a {
- flex: 1;
- min-width: fit-content;
- text-align: center;
- display: block;
- padding: 0.3em 0.8em;
- border: 1px solid #222;
- margin: 0.3em;
- color: #666;
- text-decoration: none;
- transition: all 100ms;
-}
-
-nav > a:hover {
- background-color: #0a638d;
- border-color: #0e84bb;
- color: #eee;
-}
-
-nav > a:active {
- background-color: #8d810a;
- border-color: #bbb80e;
- color: #eee;
-}
-
header {
padding: 6em 0;
text-align: center;