Add favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 227 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
+9
-4
@@ -2,10 +2,11 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<!-- <div class="navbar-element">hamburger</div> -->
|
<!-- <div class="navbar-element">hamburger</div> -->
|
||||||
<div class="navbar-element"><!--<span>logo </span>--->TONE API</div>
|
|
||||||
<div class="navbar-element github-link"><a href="https://github.com/Legonzaur/Tone_WebClient">Github</a></div>
|
<div class="navbar-logo"><a href="https://github.com/Legonzaur/Tone_WebClient" target="_blank"><img src="/tone_icon.png"/></a></div>
|
||||||
|
<div class="navbar-element github-link"><a href="https://github.com/Legonzaur/Tone_WebClient" target="_blank">Github</a></div>
|
||||||
<div class="navbar-element github-link"><a
|
<div class="navbar-element github-link"><a
|
||||||
href="https://github.com/Legonzaur/ToneAPI_servermod">Northstar Server Mod</a></div>
|
href="https://github.com/Legonzaur/ToneAPI_servermod" target="_blank">Northstar Server Mod</a></div>
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
<!-- <router-link to="/" class="navbar-element">Home</router-link>
|
<!-- <router-link to="/" class="navbar-element">Home</router-link>
|
||||||
<router-link to="/about" class="navbar-element">About</router-link> -->
|
<router-link to="/about" class="navbar-element">About</router-link> -->
|
||||||
@@ -102,13 +103,17 @@ nav a.router-link-exact-active {
|
|||||||
color: var(--orange);
|
color: var(--orange);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-logo img{
|
||||||
|
height:48px;
|
||||||
|
padding:8px 24px;
|
||||||
|
}
|
||||||
.navbar-element {
|
.navbar-element {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 24px 32px;
|
padding: 24px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-element:hover {
|
.navbar-element:hover, .navbar-logo:hover {
|
||||||
background: var(--current-line)
|
background: var(--current-line)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user