We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af059e1 commit 0ff085fCopy full SHA for 0ff085f
scaladoc/resources/dotty_res/styles/theme/layout/content.css
@@ -80,12 +80,6 @@
80
text-decoration: underline;
81
}
82
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
-
89
.breadcrumbs {
90
display: none;
91
@@ -245,6 +239,10 @@
245
239
border-radius: 4px;
246
240
247
241
242
+.companion-badge a {
243
+ margin-right: calc(0.5 * var(--base-spacing));
244
+}
+
248
.companion-badge span {
249
display: flex;
250
0 commit comments