Skip to content

Commit 0b14812

Browse files
committed
Update HEAD colors
1 parent 05d5dde commit 0b14812

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Resources/public/css/profiler.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ div.vcr_logs div.request.post div.summary {
5353
color: #10A54A;
5454
}
5555

56-
div.vcr_logs div.request.head div.summary, div.vcr_logs div.request.get div.summary {
56+
div.vcr_logs div.request.head div.summary {
57+
background-color: #F9F2E9;
58+
border-color: #F0E0CA;
59+
color: #C5862B;
60+
}
61+
62+
div.vcr_logs div.request.get div.summary {
5763
background-color: #E7F0F7;
5864
border-color: #C3D9EC;
5965
color: #0F6AB4;
@@ -109,7 +115,11 @@ div.vcr_logs div.request.post div.summary h3 > span.method {
109115
background-color: #10a54a;
110116
}
111117

112-
div.vcr_logs div.request.head div.summary h3 > span.method, div.vcr_logs div.request.get div.summary h3 > span.method {
118+
div.vcr_logs div.request.head div.summary h3 > span.method {
119+
background-color: #F90;
120+
}
121+
122+
div.vcr_logs div.request.get div.summary h3 > span.method {
113123
background-color: #0F6AB4;
114124
}
115125

@@ -118,7 +128,7 @@ div.vcr_logs div.request.put div.summary h3 > span.method {
118128
}
119129

120130
div.vcr_logs div.request.delete div.summary h3 > span.method {
121-
background-color: #0F6AB4;
131+
background-color: #A41E22;
122132
}
123133

124134
div.vcr_logs div.request div.summary h3 > span.path {

0 commit comments

Comments
 (0)