aboutsummaryrefslogtreecommitdiff
path: root/examples/gradle/dokka-customFormat-example/logo-styles.css
blob: 75b74d78d28f7920d21b963d6980f79eaa5972be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

/*
 * All Margins and sizes are custom for the ktor-logo.png file.
 * You may need to override it and find what works best for your case.
 */
:root {
    --dokka-logo-image-url: url('../images/ktor-logo.png');
    --dokka-logo-height: 125px;
    --dokka-logo-width: 50px;
}

/* link custom rules styles */
.library-name--link {
    /* ... */
}

/* logo custom rules styles */
.library-name--link::before {
    background-position: left;
    width: 52px;
}