Skip to content
Snippets Groups Projects
Commit 3420b673 authored by alvinlimassa's avatar alvinlimassa
Browse files

Update navbar title color

parent 6ed0b87a
Branches
No related merge requests found
......@@ -59,7 +59,11 @@ a.bottomNavBarItem {
border-right: 1px solid black;
}
span {
color: rgba(255, 251, 0, 0.74);
span.pro {
color: rgb(255, 238, 0);
padding-left: 10px;
}
span.book {
color: white;
}
......@@ -10,7 +10,7 @@ js("navBar.js");
?>
<ul class="topNavBar">
<li class="topNavBarItem" id="productName">
<span>Pro</span>-Book
<span class="pro">Pro</span><span class="book">-Book</span>
</li>
<a href="<?php path("logout")?>"><li class="topNavBarItem" id="logout"><img class="logoutIcon" src="<?php path("assets/image/logout.png"); ?>"></li></a>
<li class="topNavBarItem" id="username">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment