diff --git a/docs-web/src/main/webapp/favicon.png b/docs-web/src/main/webapp/favicon.png
index 75e52d0f..29d4bc6d 100644
Binary files a/docs-web/src/main/webapp/favicon.png and b/docs-web/src/main/webapp/favicon.png differ
diff --git a/docs-web/src/main/webapp/index.html b/docs-web/src/main/webapp/index.html
index 98c78755..074716c9 100644
--- a/docs-web/src/main/webapp/index.html
+++ b/docs-web/src/main/webapp/index.html
@@ -71,7 +71,12 @@
diff --git a/docs-web/src/main/webapp/share.html b/docs-web/src/main/webapp/share.html
index ab390594..181feb3f 100644
--- a/docs-web/src/main/webapp/share.html
+++ b/docs-web/src/main/webapp/share.html
@@ -35,7 +35,11 @@
diff --git a/docs-web/src/main/webapp/style/main.less b/docs-web/src/main/webapp/style/main.less
index e5102607..bd1b564a 100644
--- a/docs-web/src/main/webapp/style/main.less
+++ b/docs-web/src/main/webapp/style/main.less
@@ -1,3 +1,12 @@
+// Logo
+.navbar-logo {
+ margin: 9px;
+ img {
+ width: 32px;
+ height: 32px;
+ }
+}
+
// Documents list
.table-documents {
thead th {