mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-24 17:13:01 +00:00
themes photo: support <object>, add <iframe> as in previous commit
This commit is contained in:
parent
1a9514594d
commit
4065f1c0ea
1 changed files with 2 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue