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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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