Update dokka docs

This commit is contained in:
Jakob K
2021-03-20 14:51:04 +01:00
parent 2885e0bb9c
commit 45687ddb64
1125 changed files with 14130 additions and 35603 deletions

View File

@@ -1,8 +1,7 @@
@font-face{
font-family: 'JetBrains Mono';
src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Regular.eot') format('embedded-opentype'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Regular.woff') format('woff'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
@@ -11,8 +10,7 @@
@font-face{
font-family: 'JetBrains Mono';
src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Bold.eot') format('embedded-opentype'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Bold.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/web/JetBrainsMono-Bold.woff') format('woff'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Bold.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;

View File

@@ -247,6 +247,7 @@ html ::-webkit-scrollbar-thumb {
padding-left: 24px;
padding-top: 24px;
height: 48px;
cursor: pointer;
}
.monospace,
@@ -416,7 +417,7 @@ code.paragraph {
box-sizing: border-box;
}
.sideMenuPart .hidden > .overview .navButtonContent::before {
.sideMenuPart.hidden > .overview .navButtonContent::before {
transform: rotate(0deg);
}
@@ -1109,6 +1110,10 @@ td.content {
padding: 0 16px;
}
.footer a {
color: var(--breadcrumb-font-color);
}
.footer .padded-icon {
padding-left: 0.5em;
}
@@ -1221,4 +1226,4 @@ div.runnablesample {
font-size: 32px;
line-height: 32px;
}
}
}