Fix things

This commit is contained in:
2026-07-01 13:56:38 +02:00
parent afa569588d
commit 856a207e9a
3 changed files with 16 additions and 8 deletions

View File

@@ -32,6 +32,8 @@
@xf-linkHoverColor: @xf-paletteAccent2;
@xf-linkUgcColor: @xf-paletteAccent3;
@xf-linkUgcHoverColor: @xf-paletteAccent2;
@xf-nodeListDescriptionDisplay: inline;
@xf-nodeListSubDisplay: flat;
@xf-pageBg: @xf-paletteColor1;
@xf-paletteAccent1: hsl(35, 90%, 95%);
@xf-paletteAccent2: #e56700;
@@ -44,6 +46,8 @@
@xf-paletteNeutral1: #f1f1f1;
@xf-paletteNeutral2: #a1a1aa;
@xf-paletteNeutral3: #111111;
@xf-publicIconUrl: ~'data/assets/logo/plaza-logo-text.webp';
@xf-publicIconUrlLarge: ~'data/assets/logo/plaza-logo-text.webp';
@xf-publicLogoUrl: ~'data/assets/logo_default/plaza-logo-wide.webp';
@xf-selectedItemBgColor: @xf-paletteAccent1;
@xf-selectedItemColor: @xf-paletteAccent3;