move import to bottom (#917)

This commit is contained in:
Saeed Vaziry
2025-08-22 14:08:03 +02:00
committed by GitHub
parent 04f89061ac
commit 9375dfca21

View File

@@ -1,5 +1,3 @@
@import url("file://~/.config/omarchy/current/theme/walker.css");
/* Reset all elements */ /* Reset all elements */
#window, #window,
#box, #box,
@@ -168,3 +166,4 @@ scrollbar {
opacity: 0; opacity: 0;
} }
@import url("file://~/.config/omarchy/current/theme/walker.css");