Minor header change
Change "Try Kubernetes" link point to /docs/tutorials/kubernetes-basics/ instead of "Hello Node" Reduce font weight in links across the top.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
<li><a href="/case-studies/">Case Studies</a></li>
|
<li><a href="/case-studies/">Case Studies</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- <a href="/docs/" class="button" id="viewDocs" data-auto-burger-exclude>View Documentation</a> -->
|
<!-- <a href="/docs/" class="button" id="viewDocs" data-auto-burger-exclude>View Documentation</a> -->
|
||||||
<a href="/docs/hellonode/" class="button" id="tryKubernetes" data-auto-burger-exclude>Try Kubernetes</a>
|
<a href="/docs/tutorials/kubernetes-basics/" class="button" id="tryKubernetes" data-auto-burger-exclude>Try Kubernetes</a>
|
||||||
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -245,7 +245,7 @@ ul.global-nav
|
|||||||
|
|
||||||
a
|
a
|
||||||
color: #fff
|
color: #fff
|
||||||
font-weight: bold
|
font-weight: 400
|
||||||
padding: 0
|
padding: 0
|
||||||
position: relative
|
position: relative
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user