diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 8daed28..585237f 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | img, video, audio { max-width: 100%; } | 68 | img, video, audio { max-width: 100%; } |
| 69 | figure { display: flex; justify-content: center; margin: 2.5em 0; } | 69 | figure { display: flex; justify-content: center; margin: 2.5em 0; } |
| 70 | img, video { border: var(--border-width) solid var(--primary-color); padding: 0.5em; } | 70 | img, video { border: var(--border-width) solid var(--primary-color); padding: 0.5em; } |
| 71 | img.no-border, video.no-border { border: 0; padding: 0; } | 71 | img.no-border, video.no-border, img[src$="?no-border"] { border: 0; padding: 0; } |
| 72 | 72 | ||
| 73 | pre { background: var(--code-color)!important; border: var(--border-width) solid var(--primary-color); text-wrap: wrap; padding: 1.0em; line-height: 170%; text-wrap: nowrap; overflow-x: auto; } | 73 | pre { background: var(--code-color)!important; border: var(--border-width) solid var(--primary-color); text-wrap: wrap; padding: 1.0em; line-height: 170%; text-wrap: nowrap; overflow-x: auto; } |
| 74 | code { background: var(--code-color); padding: 0 0.2em; } | 74 | code { background: var(--code-color); padding: 0 0.2em; } |
