fix: walker css url

there is an extra `/` that should not be ehre
This commit is contained in:
Claudio Ludovico
2025-07-23 15:15:53 +02:00
parent 11dfeae901
commit 3933cd7c89
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
@import url("file://~//.local/share/omarchy/default/walker/themes/omarchy-default.css");
@import url("file://~/.local/share/omarchy/default/walker/themes/omarchy-default.css");
@import url("file://~/.config/omarchy/current/theme/walker.css");