From 2543dedc0def41732df526eed617803d8b3b4412 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 14 Jun 2026 19:29:26 +0300 Subject: [PATCH] init --- .00plugins/themeloader/test.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .00plugins/themeloader/test.css diff --git a/.00plugins/themeloader/test.css b/.00plugins/themeloader/test.css new file mode 100644 index 0000000..9f539e2 --- /dev/null +++ b/.00plugins/themeloader/test.css @@ -0,0 +1,11 @@ +* { + font-family: Comic Sans MS,Comic Sans, cursive !important; + animation: spin 2s linear infinite +} +body { + transform-origin: center; +} + +@keyframes spin { + to { transform: rotate(360deg) } +}