m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-14 08:03:48 -05:00

Tiny web UI changes

This commit is contained in:
Sergio
2025-02-19 20:31:57 +02:00
parent ba1cfac64b
commit 4b03a48d88
7 changed files with 38 additions and 36 deletions

View File

@@ -23,7 +23,7 @@ export default {
variants: ["before", "after"],
},
{
pattern: /bg-(gray|neutral)-800/,
pattern: /bg-(gray|neutral)-900/,
variants: ["before:dark", "after:dark", "dark", "hover:dark"],
},
{
@@ -58,14 +58,14 @@ export default {
variants: ["group-data-[hover]:dark"],
},
{
pattern: /divide-(gray|neutral)-800/,
pattern: /divide-(gray|neutral)-900/,
variants: ["dark"],
},
{
pattern: /border-(gray|neutral)-(200|300)/,
},
{
pattern: /border-(gray|neutral)-(700|800)/,
pattern: /border-(gray|neutral)-(700|800|900)/,
variants: ["dark"],
},
],