mirror of
https://github.com/labstack/echo.git
synced 2025-04-17 12:06:44 +02:00
updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
cd36c4f813
commit
f720ea1bc8
@ -15,8 +15,8 @@
|
|||||||
<title>
|
<title>
|
||||||
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
|
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="https://cdn.labstack.com/css/w3.css">
|
|
||||||
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.6.3/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css">
|
||||||
|
<link rel="stylesheet" href="https://cdn.labstack.com/css/w3.css">
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/prism.css">
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/prism.css">
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/main.css">
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/main.css">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<nav id="sidenav" class="w3-sidenav w3-collapse w3-animate-left">
|
<nav id="sidenav" class="w3-sidenav w3-collapse">
|
||||||
<span class="w3-closenav w3-xxlarge w3-hide-large" onclick="closeSidenav()">
|
<span class="w3-closenav w3-xxlarge w3-hide-large" onclick="closeSidenav()">
|
||||||
×
|
×
|
||||||
</span>
|
</span>
|
||||||
|
@ -131,10 +131,15 @@ a.icon {
|
|||||||
background: #F5F5F5;
|
background: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w3-sidenav a:not(.active):hover {
|
||||||
|
background: #CCC;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.w3-sidenav a:hover,
|
.w3-sidenav a:hover,
|
||||||
.w3-sidenav .active {
|
.w3-sidenav .active {
|
||||||
background: #00AFD1;
|
background: #00AFD1;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-menu {
|
#search-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user