Working on custom css walker

This commit is contained in:
2026-02-27 20:11:34 +01:00
parent 16c958381c
commit 0d1bc25709
2 changed files with 5 additions and 3 deletions
@@ -1,7 +1,7 @@
# Walker UI layout/theme config (Catppuccin Mocha tuned) # Walker UI layout/theme config (Catppuccin Mocha tuned)
# - Centered box, stable width `
# - Catppuccin accent markers [ui]
# - More balanced padding/margins css = "~/.config/walker/themes/walker.css"
[ui.anchors] [ui.anchors]
top = true top = true
@@ -1,5 +1,7 @@
/* Catppuccin Mocha Walker Theme — Frosted Glass */ /* Catppuccin Mocha Walker Theme — Frosted Glass */
@import "default.css";
/* --- Palette --- */ /* --- Palette --- */
/* glass layers: low alpha + slightly cool tint */ /* glass layers: low alpha + slightly cool tint */
@define-color base rgba(220, 230, 255, 0.06); @define-color base rgba(220, 230, 255, 0.06);