Skip to content

Commit b82698b

Browse files
authored
chore: add assets (#77)
1 parent c9afdf9 commit b82698b

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

assets/custom-styles.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:root {
2+
--sidemenu-section-active-color: #1668e3;
3+
--active-section-color: #1668e3;
4+
--active-tab-border-color: #1668e3;
5+
--hover-link-color: #1668e3;
6+
--dokka-logo-height: 35px;
7+
--dokka-logo-width: 35px;
8+
}
9+
10+
.library-name--link::before {
11+
margin-right: 10px;
12+
}
13+
14+
.filter-section .platform-tag {
15+
display: none;
16+
}

assets/logo-icon.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)