1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00

themes photo: support <object>, add <iframe> as in previous commit

This commit is contained in:
Starbeamrainbowlabs 2022-02-07 02:26:00 +00:00
parent 1a9514594d
commit 4065f1c0ea
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -112,7 +112,8 @@ tr:nth-child(2n) { background: var(--bg-a); }
th, td { padding: 0.25em 0.45em; } th, td { padding: 0.25em 0.45em; }
pre, code, input, textarea { font-size: 1rem; } pre, code, input, textarea { font-size: 1rem; }
img, video, audio { max-width: 100%; } img, video, audio, iframe { max-width: 100%; }
object { width: 100%; height: 90vh; }
.spoiler { background: #333333; border-radius: 0.2em; color: transparent; } .spoiler { background: #333333; border-radius: 0.2em; color: transparent; }
.spoiler:target { background: transparent; color: inherit; } .spoiler:target { background: transparent; color: inherit; }