We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb7aa7 commit 8f1e7d7Copy full SHA for 8f1e7d7
dokka/templates/base.ftl
@@ -39,11 +39,22 @@
39
display: block;
40
padding-top: 20px;
41
font-size: 16px;
42
+ line-height: 1.6em;
43
color: #666;
44
overflow: hidden;
45
white-space: nowrap;
46
text-align: center;
47
}
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
58
</style>
59
</head>
60
<body>
0 commit comments