Skip to content

Commit 0f9c749

Browse files
authored
Merge pull request #907 from ember-learn/function-arguments
Adds styling to the parameters & return types
2 parents 1e643e7 + 76f78be commit 0f9c749

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

app/styles/app.css

+17
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,23 @@ a.class-field-description--link:hover svg {
109109
fill: var(--color-brand);
110110
}
111111

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+
112129
.whoops {
113130
display: flex;
114131
justify-content: center;

0 commit comments

Comments
 (0)