tags on post header

This commit is contained in:
2024-03-03 19:39:28 +01:00
parent 33e9f6b95e
commit 1740bf5a70
4 changed files with 31 additions and 7 deletions

View File

@ -600,14 +600,26 @@ video {
flex-grow: 1;
}
.flex-row {
flex-direction: row;
}
.content-end {
align-content: flex-end;
}
.content-around {
align-content: space-around;
}
.justify-end {
justify-content: flex-end;
}
.justify-around {
justify-content: space-around;
}
.border-blue-200 {
--tw-border-opacity: 1;
border-color: rgb(191 219 254 / var(--tw-border-opacity));
@ -707,6 +719,11 @@ video {
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity));
}
.drop-shadow-md {
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);