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.
2 parents 1e643e7 + 76f78be commit 0f9c749Copy full SHA for 0f9c749
app/styles/app.css
@@ -109,6 +109,23 @@ a.class-field-description--link:hover svg {
109
fill: var(--color-brand);
110
}
111
112
+
113
114
+.parameter, .return {
115
+ display: flex;
116
+ gap: var(--spacing-1);
117
+}
118
+.parameter dt, .return dt {
119
+ font-weight: bold;
120
121
+dd {
122
+ margin: 0;
123
124
+.parameter-type, .return .return-type {
125
+ font-style: italic;
126
+ color: var(--color-gray-600);
127
128
129
.whoops {
130
display: flex;
131
justify-content: center;
0 commit comments