From b6cb35414ea98c4d097663c6f4dcb9b5bf09eccc Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 2 Jan 2023 22:44:09 -0500 Subject: [PATCH] Swap accent color for playground (#1584) --- playground/index.html | 2 +- playground/tailwind.config.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/index.html b/playground/index.html index 588e2f851d..bba64cee20 100644 --- a/playground/index.html +++ b/playground/index.html @@ -11,7 +11,7 @@ Ruff Playground diff --git a/playground/tailwind.config.cjs b/playground/tailwind.config.cjs index c175e1e93d..018c317e51 100644 --- a/playground/tailwind.config.cjs +++ b/playground/tailwind.config.cjs @@ -7,7 +7,7 @@ module.exports = { theme: { extend: { colors: { - "ayu-accent": "#f07171", + "ayu-accent": "#fa8d3e", "ayu-background": { DEFAULT: "#f8f9fa", dark: "#0b0e14",