Skip to content

Commit

Permalink
Updated Colour Scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-burwood committed Mar 1, 2024
1 parent c9351b1 commit 0881f81
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
9 changes: 8 additions & 1 deletion NetworkMapper/common/templates/base/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,11 @@
<div>
<button class="btn btn-outline-info">Settings</button>
</div>
</nav>
</nav>


<style>
.navbar {
background-color: #374A67;
}
</style>
4 changes: 2 additions & 2 deletions NetworkMapper/common/templates/base/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
height:100%;
width:250px;
position: fixed;
background-color:#111;
background-color:#374A67;
}

.sidebar a {
padding:6px 8px 6px 16px;
text-decoration: none;
font-size:25px;
color: #818181;
color: #C6D9FC;
display:block;
}

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# NetworkMapper

# Color Palette

#374A67
#596B8A
#7C8EAE
#A0B2D4
#C6D9FC
#e7e7e7

#294D4A

0 comments on commit 0881f81

Please sign in to comment.