mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
simplified code
This commit is contained in:
parent
3d27adef68
commit
c56fb79afc
3 changed files with 4 additions and 8826 deletions
8822
package-lock.json
generated
8822
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -262,11 +262,11 @@ h2 {
|
|||
}
|
||||
|
||||
.link {
|
||||
@apply hover:(focus:text-red-500 hover:text-red-500);
|
||||
@apply focus:text-red-500 hover:text-red-500;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
|
|
@ -213,6 +213,6 @@ export default {
|
|||
}
|
||||
|
||||
.video-info .dark {
|
||||
@apply mt-1 text-xs text-gray-300 font-normal;
|
||||
@apply text-gray-300;
|
||||
}
|
||||
</style>
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue