mirror of https://github.com/astral-sh/ruff
Swap accent color for playground (#1584)
This commit is contained in:
parent
b351221049
commit
b6cb35414e
|
|
@ -11,7 +11,7 @@
|
||||||
<title>Ruff Playground</title>
|
<title>Ruff Playground</title>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛠️</text></svg>"
|
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⚡</text></svg>"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ module.exports = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
"ayu-accent": "#f07171",
|
"ayu-accent": "#fa8d3e",
|
||||||
"ayu-background": {
|
"ayu-background": {
|
||||||
DEFAULT: "#f8f9fa",
|
DEFAULT: "#f8f9fa",
|
||||||
dark: "#0b0e14",
|
dark: "#0b0e14",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue