Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nav{
}
/* ========= nav items ========= */

.nav-items{
.nav-items{
background-color: #a6a6a44b;
padding: 10px;
border-radius: 50px;
Expand Down Expand Up @@ -52,6 +52,10 @@ nav{
gap: 15px;
}

.hamburger {
color: var(--white) !important;
}


/* ========= nav links ========= */
.nav-links{
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<!-- navbar section -->

<div class="nav-buttons">
<i class="fa-solid fa-bars"></i>
<i class="fa-solid fa-close"></i>
<i class="fa-solid fa-bars hamburger"></i>
<i class="fa-solid fa-close hamburger"></i>
<div class="navTitle">
<img src="./public/hackerspace.jpg" alt="">
</div>
Expand Down
10 changes: 10 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1