chore: remove @toolwind/anchors

This commit is contained in:
2026-05-24 22:32:29 +02:00
parent ea831b3e2d
commit e022b60920
3 changed files with 0 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
@import 'tailwindcss';
@import '@toolwind/anchors';
@source "../../templates/**/*.gohtml";
@source "../**/*.ts";
@@ -11,17 +10,13 @@
--color-background-surface: light-dark(#ffffff, #17181c);
--color-background-button: light-dark(#f5f5f5, #131417);
--color-background-button-hover: light-dark(#ececec, #1c1d22);
--color-foreground-muted: light-dark(#6e6e6e, #a1a1aa);
--color-foreground: light-dark(#111111, #f3f4f6);
--color-accent: #00b3c4;
--color-surface-hover: light-dark(rgba(0, 0, 0, 0.04), rgba(255, 255, 255, 0.05));
}
:root {
color-scheme: light dark;
--bg: var(--color-background);
--panel: light-dark(#f7f7f7, #181818);
--panel-soft: light-dark(#ececec, #202020);
@@ -58,14 +53,6 @@
--radius: 0px;
}
[data-theme='light'] {
color-scheme: light;
}
[data-theme='dark'] {
color-scheme: dark;
}
html,
body {
background-color: var(--color-background);