Did a refresh of the output.css (as it got blown with old css rules not in use anymore)
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
c0b88bd08d
commit
387d13809a
@ -2048,14 +2048,6 @@
|
||||
.transform-view {
|
||||
transform-box: view-box;
|
||||
}
|
||||
.hover\:-translate-y-1 {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
--tw-translate-y: calc(var(--spacing) * -1);
|
||||
translate: var(--tw-translate-x) var(--tw-translate-y);
|
||||
}
|
||||
}
|
||||
}
|
||||
.hover\:rotate-3 {
|
||||
&:hover {
|
||||
@media (hover: hover) {
|
||||
@ -2127,11 +2119,6 @@
|
||||
background-color: var(--color-neutral-900);
|
||||
}
|
||||
}
|
||||
.dark\:bg-none {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
.dark\:text-gray-400 {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: var(--color-gray-400);
|
||||
|
Loading…
x
Reference in New Issue
Block a user