Skip to content

Commit

Permalink
Good shade navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica-Gullapalli committed Jul 15, 2024
1 parent b200cf7 commit d7a9c1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div class="container">
<!-- Logo and Title -->
<a class="navbar-brand" href="{{ site.baseurl }}/">
<img src="{{ site.baseurl }}/assets/img/Maclabicon-nobg.png" alt="Mac Lab logo" class="navbar-logo">
<span class="navbar-title">MAC LAB</span>
<img src="{{ site.baseurl }}/assets/img/Maclab-full-nobg.png" alt="Mac Lab logo" class="navbar-logo">

</a>

<!-- Navbar Toggle -->
Expand Down
2 changes: 1 addition & 1 deletion _sass/_navbar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Add this to your CSS file */
.navbar {
background-color: #808080; /* Grey color */
background-color: #dcddde; /* Grey color */
transition: height 0.3s, padding 0.3s;
}

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Add this to your CSS file */
.navbar {
background-color: #808080; /* Grey color */
background-color: #dcddde; /* Grey color */
transition: height 0.3s, padding 0.3s;
}

Expand Down
Binary file added assets/img/Maclab-full-nobg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7a9c1f

Please sign in to comment.