File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
120130div .vcr_logs div .request .delete div .summary h3 > span .method {
121- background-color : # 0F6AB4 ;
131+ background-color : # A41E22 ;
122132}
123133
124134div .vcr_logs div .request div .summary h3 > span .path {
You can’t perform that action at this time.
0 commit comments