Skip to content

Commit 8f1e7d7

Browse files
update dokka footer style
1 parent 2eb7aa7 commit 8f1e7d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dokka/templates/base.ftl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,22 @@
3939
display: block;
4040
padding-top: 20px;
4141
font-size: 16px;
42+
line-height: 1.6em;
4243
color: #666;
4344
overflow: hidden;
4445
white-space: nowrap;
4546
text-align: center;
4647
}
48+
.footer img {
49+
display: inline-block;
50+
padding: 0 5px;
51+
max-width: 100%;
52+
position: relative;
53+
vertical-align: text-bottom;
54+
}
55+
.theme-dark .footer {
56+
color: hsla(0, 0%, 100%, 0.6);
57+
}
4758
</style>
4859
</head>
4960
<body>

0 commit comments

Comments
 (0)