This commit is contained in:
2025-06-18 17:25:47 +05:00
parent ccfa6ea260
commit c7baf306a2
16 changed files with 176 additions and 79 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ body {
color: #141414;
}
button {
button:enabled {
cursor: pointer;
}
button:disabled {
color: default;
cursor: default;
}
@layer utilities {