feat(ui): add compact desktop cursor portrait

This commit is contained in:
Poyraz
2026-08-29 17:00:25 +03:00
parent 5a34c114c6
commit 4ffcaf18cd
4 changed files with 326 additions and 0 deletions
+13
View File
@@ -13,6 +13,19 @@
}
}
html[data-poyraz-theme="light"] {
--poyraz-background: #ffffff;
background-color: #ffffff;
}
html[data-poyraz-theme="light"] body {
background-color: #ffffff;
}
html[data-poyraz-theme="dark"] [data-cursor-portrait] {
display: none;
}
@layer utilities {
@keyframes marquee {
0% { transform: translateX(0%); }