simplified code

This commit is contained in:
keyboardreamer 2024-01-04 09:15:03 +08:00
parent 3d27adef68
commit c56fb79afc
3 changed files with 4 additions and 8826 deletions

8822
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -262,11 +262,11 @@ h2 {
} }
.link { .link {
@apply hover:(focus:text-red-500 hover:text-red-500); @apply focus:text-red-500 hover:text-red-500;
} }
.link-secondary { .link-secondary {
@apply hover:(text-dark-400 underline underline-dark-400); @apply hover:text-dark-400 focus:text-dark-400 underline underline-dark-400;
} }
.dark .link { .dark .link {

View file

@ -213,6 +213,6 @@ export default {
} }
.video-info .dark { .video-info .dark {
@apply mt-1 text-xs text-gray-300 font-normal; @apply text-gray-300;
} }
</style> </style>