Skip to content

Commit b7997ad

Browse files
committed
Update jaguar.css
- added link style (white) for type-signature, but not in returnType - added right margin for every signature before member/method name, not just the static ones
1 parent 200f1d9 commit b7997ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/styles/jaguar.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ li {
140140
font-size: 0.7em;
141141
padding: 2px 4px;
142142
}
143+
.main h4.name span.type-signature.type a {
144+
color: #fff;
145+
}
146+
.main h4.name > span.type-signature:first-child {
147+
margin-right: 8px;
148+
}
143149
.main h4.name span.type {
144150
margin-left: 5px;
145151
}

0 commit comments

Comments
 (0)