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) } +}