Save syndication sources to posts

This commit is contained in:
2023-01-29 16:54:34 +11:00
parent 37932ea4ad
commit 2d371812f5
17 changed files with 231 additions and 10 deletions

View File

@@ -1036,6 +1036,14 @@ video {
width: 0.5rem;
}
.w-8 {
width: 2rem;
}
.w-4 {
width: 1rem;
}
.max-w-prose {
max-width: 65ch;
}
@@ -1118,6 +1126,10 @@ video {
background-color: rgb(254 240 138 / 0.6);
}
.fill-blue-100 {
fill: #dbeafe;
}
.p-1 {
padding: 0.25rem;
}
@@ -1331,6 +1343,14 @@ video {
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.hover\:fill-blue-100:hover {
fill: #dbeafe;
}
.hover\:fill-blue-400:hover {
fill: #60a5fa;
}
.hover\:text-blue-100:hover {
--tw-text-opacity: 1;
color: rgb(219 234 254 / var(--tw-text-opacity));