Upgraded to Kotlin 1.5.31.
This commit is contained in:
parent
adf12ce9ab
commit
e17758f71b
66 changed files with 307 additions and 247 deletions
|
@ -12,6 +12,6 @@
|
|||
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/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;
|
||||
font-weight: bold;
|
||||
font-style: bold;
|
||||
}
|
|
@ -435,8 +435,7 @@ code.paragraph {
|
|||
}
|
||||
|
||||
.sideMenuPart.hidden > .sideMenuPart {
|
||||
height: 0;
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.filtered > a, .filtered > .navButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue