mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +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>
|
||||
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.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://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/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>
|
||||
|
@ -131,10 +131,15 @@ a.icon {
|
||||
background: #F5F5F5;
|
||||
}
|
||||
|
||||
.w3-sidenav a:not(.active):hover {
|
||||
background: #CCC;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.w3-sidenav a:hover,
|
||||
.w3-sidenav .active {
|
||||
background: #00AFD1;
|
||||
color: #FFF;
|
||||
background: #00AFD1;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#search-menu {
|
||||
|
Loading…
Reference in New Issue
Block a user