Skip to content

Commit a2a7729

Browse files
change ktorm logo
1 parent ce63bbd commit a2a7729

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dokka/templates/base.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<#-- Custom styles -->
3232
<style>
3333
:root {
34-
--dokka-logo-image-url: url('/images/logo.png');
35-
--dokka-logo-height: 24px;
34+
--dokka-logo-image-url: url('/images/logo-middle-dark.png');
35+
--dokka-logo-height: 100px;
3636
--dokka-logo-width: 24px;
3737
}
3838
@media (max-width: 759px) {

dokka/templates/includes/header.ftl

+2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<div class="library-name">
88
<@template_cmd name="pathToRoot">
99
<a class="library-name--link" href="${pathToRoot}index.html">
10+
<#--
1011
<@template_cmd name="projectName">
1112
${projectName}
1213
</@template_cmd>
14+
-->
1315
</a>
1416
</@template_cmd>
1517
</div>

source/images/logo-middle-dark.png

43.8 KB
Loading

0 commit comments

Comments
 (0)