aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/assets/css/main.css4
-rw-r--r--src/index.html8
2 files changed, 4 insertions, 8 deletions
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index c9b4d3a..fc1afd9 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -4,6 +4,7 @@ html, body {
padding: 0;
background-color: black;
color: var(--text-primary);
+ font-size: 0;
}
@@ -183,6 +184,7 @@ body {
.nav-button {
display: block;
height: 35px;
+ font-size: initial;
}
.nav-button > a {
display: flex;
@@ -193,7 +195,7 @@ body {
}
.nav-button:hover, .header-image:hover {
cursor: pointer;
- background-color: grey;
+ background-color: rgb(var(--secondary));
}
.nav-button > a:link, .nav-button > a:visited .nav-button > a {
color: inherit;
diff --git a/src/index.html b/src/index.html
index e3de1e0..3ab499d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE lang="en" html>
+<!DOCTYPE html>
<head>
<title>Infernal ⁕ Garden</title>
<meta charset="utf-8">
@@ -15,25 +15,21 @@
<img class="noaa" src="/assets/image/icon.png">
</div>
<div class="nav-button">
- <img>
<a href="/pages/about.html">
<span>About</span>
</a>
</div>
<div class="nav-button">
- <img>
<a href="/pages/projects.html">
<span>Projects</span>
</a>
</div>
<div class="nav-button">
- <img>
<a href="/pages/services.html">
<span>Services</span>
</a>
</div>
<div class="nav-button">
- <img>
<a href="/pages/people.html">
<span>People</span>
</a>
@@ -41,13 +37,11 @@
</div>
<div>
<div class="nav-button">
- <img>
<a href="/pages/contact.html">
<span>Contact</span>
</a>
</div>
<div id="nav-pin" class="nav-button">
- <img>
<a><span>Pin</span></a>
</div>
</div>