update color-scheme

This commit is contained in:
timmypidashev
2021-10-02 17:34:59 -07:00
parent 1f820e4008
commit 7b875a85c1
14 changed files with 29 additions and 37 deletions

View File

@@ -23,12 +23,11 @@
<!-- Navbar -->
<div class="header">
<a href="#default" class="logo" data-aos="zoom-in">Timmy</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
<div class="header-right">
<a href="index.html" data-aos="zoom-in">About</a>
<a href="blog.html" data-aos="zoom-in" data-aos="zoom-in">Blog</a>
<a href="projects.html" data-aos="zoom-in">Projects</a>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; </span>
<a class="active" href="index.html">About</a>
<a href="blog.html">Blog</a>
<a href="projects.html">Projects</a>
</div>
</div>