chore: add video style

This commit is contained in:
xuu 2025-04-06 19:43:31 -06:00
parent 6499ba09cf
commit fa07ed6475
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -141,6 +141,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
.h-card .u-photo { width: 32px; }
.p-org a { color: darkgrey; }
.h-card .date { text-align: right;}
video { width: 100%; }
section { padding: 1em; border: 1px solid darkgreen; background-color: #111; }
section img { max-width: 100%; }
</style>