Skip to content
Snippets Groups Projects
Commit 6d2ab885 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

fixing navigation color

parent 84d46b9c
Branches
Tags
No related merge requests found
This diff is collapsed.
......@@ -17,17 +17,17 @@ function ExternalPageNavBar(): ReactElement {
<Col>
<img src={GeantLogo}/>
<ul>
<li><a href="https://network.geant.org/" style={{textDecoration:"none"}}>NETWORK</a></li>
<li><a href="https://geant.org/services/" style={{textDecoration:"none"}}>SERVICES</a></li>
<li><a href="https://community.geant.org/" style={{textDecoration:"none"}}>COMMUNITY</a></li>
<li><a href="https://tnc23.geant.org/" style={{textDecoration:"none"}}>TNC</a></li>
<li><a href="https://geant.org/projects/" style={{textDecoration:"none"}}>PROJECTS</a></li>
<li><a href="https://connect.geant.org/" style={{textDecoration:"none"}}>CONNECT</a></li>
<li><a href="https://impact.geant.org/" style={{textDecoration:"none"}}>IMPACT</a></li>
<li><a href="https://careers.geant.org/" style={{textDecoration:"none"}}>CAREERS</a></li>
<li><a href="https://about.geant.org/" style={{textDecoration:"none"}}>ABOUT</a></li>
<li><a href="https://connect.geant.org/community-news" style={{textDecoration:"none"}}>NEWS</a></li>
<li><a href="https://resources.geant.org/" style={{textDecoration:"none"}}>RESOURCES</a></li>
<li><a href="https://network.geant.org/">NETWORK</a></li>
<li><a href="https://geant.org/services/">SERVICES</a></li>
<li><a href="https://community.geant.org/">COMMUNITY</a></li>
<li><a href="https://tnc23.geant.org/">TNC</a></li>
<li><a href="https://geant.org/projects/">PROJECTS</a></li>
<li><a href="https://connect.geant.org/">CONNECT</a></li>
<li><a href="https://impact.geant.org/">IMPACT</a></li>
<li><a href="https://careers.geant.org/">CAREERS</a></li>
<li><a href="https://about.geant.org/">ABOUT</a></li>
<li><a href="https://connect.geant.org/community-news">NEWS</a></li>
<li><a href="https://resources.geant.org/">RESOURCES</a></li>
</ul>
</Col>
</Row>
......
......@@ -95,6 +95,8 @@ $footer-height: 75px !default;
font-family: "Open Sans";
font-size: 14px;
font-weight: 400;
text-decoration: none;
color: #b0cde1;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment