Skip to content

Commit b2cf190

Browse files
committed
added colors for HEAD http method
1 parent 886c945 commit b2cf190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/font-styles.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ export default css`
4343
.method-fg.post { color: var(--green); }
4444
.method-fg.get { color: var(--blue); }
4545
.method-fg.delete { color: var(--red); }
46-
.method-fg.patch { color: var(--yellow); }
46+
.method-fg.head,
47+
.method-fg.patch {
48+
color: var(--yellow);
49+
}
4750
4851
h1{ font-family:var(--font-regular); font-size:28px; padding-top: 10px; letter-spacing:normal; font-weight:normal; }
4952
h2{ font-family:var(--font-regular); font-size:24px; padding-top: 10px; letter-spacing:normal; font-weight:normal; }

0 commit comments

Comments
 (0)