improved youtube embeds

This commit is contained in:
Mia Rose Winter 2024-02-03 21:17:47 +01:00
parent 6246362fb5
commit 21dad2f728
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
3 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = { module.exports = {
content: ["Pages/**/*.cshtml", "Components/**/*.razor"], content: ["Pages/**/*.cshtml", "Components/**/*.razor"],
safelist: ["youtube"],
theme: { theme: {
extend: { extend: {
}, },

View file

@ -28,3 +28,8 @@ @layer base {
hyphenate-limit-chars: 5 3; hyphenate-limit-chars: 5 3;
} }
} }
@layer components {
.youtube {
@apply rounded p-2 bg-base-200;
}
}

File diff suppressed because one or more lines are too long