Skip to content

Commit 0ff085f

Browse files
committed
fix badge style
1 parent af059e1 commit 0ff085f

File tree

1 file changed

+4
-6
lines changed
  • scaladoc/resources/dotty_res/styles/theme/layout

1 file changed

+4
-6
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@
8080
text-decoration: underline;
8181
}
8282

83-
#content :not(pre)>code {
84-
color: var(--code-props-content);
85-
background-color: var(--code-props-background);
86-
font-family: "FiraCode-Regular";
87-
}
88-
8983
.breadcrumbs {
9084
display: none;
9185
}
@@ -245,6 +239,10 @@
245239
border-radius: 4px;
246240
}
247241

242+
.companion-badge a {
243+
margin-right: calc(0.5 * var(--base-spacing));
244+
}
245+
248246
.companion-badge span {
249247
display: flex;
250248
}

0 commit comments

Comments
 (0)