From 85e6ef043b8c2fdc8d6cf64c912129482997bdc1 Mon Sep 17 00:00:00 2001 From: Jachim Coudenys Date: Fri, 23 Feb 2018 16:26:09 +0100 Subject: [PATCH] Add a background color for the OPTIONS requests --- assets-src/sass/modules/_variables.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets-src/sass/modules/_variables.sass b/assets-src/sass/modules/_variables.sass index ed0c915b..8cc038ea 100644 --- a/assets-src/sass/modules/_variables.sass +++ b/assets-src/sass/modules/_variables.sass @@ -7,5 +7,5 @@ $redirect: darken(#428bca, 6.5%) $info: #5bc0de $border-color: rgb(224, 224, 224) -$method-colors: (get: #0f6ab4, post: #10a54a, put: #c5862b, delete: #a41e22, patch: #a41ee2, link: #C3D448, unlink: #FF8438, other: #000000) +$method-colors: (get: #0f6ab4, post: #10a54a, put: #c5862b, delete: #a41e22, patch: #a41ee2, link: #C3D448, unlink: #FF8438, options: #5BC0DE, other: #000000) $status-colors: (server-error: $error, client-error: $warning, redirection: $redirect, success: $success, informational: $info, unknown: $error)