feat: add plausible

This commit is contained in:
2026-06-13 22:07:00 -03:00
parent a2947b3bf2
commit 1c496e8d8d
10 changed files with 102 additions and 37 deletions

View File

@@ -653,10 +653,6 @@ video {
bottom: 0px;
}
.bottom-0 {
bottom: 0px;
}
.bottom-10 {
bottom: 2.5rem;
}
@@ -984,10 +980,6 @@ video {
height: 0.25rem;
}
.h-1\.5 {
height: 0.375rem;
}
.h-10 {
height: 2.5rem;
}
@@ -2885,10 +2877,6 @@ video {
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/50 {
background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
@@ -7125,10 +7113,6 @@ video {
transition-duration: 150ms;
}
.duration-1000 {
transition-duration: 1000ms;
}
.duration-150 {
transition-duration: 150ms;
}
@@ -7149,10 +7133,6 @@ video {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-webkit-text-stroke\:2px_black\] {
-webkit-text-stroke: 2px black;
}