1

Amélioration de l'affichage

This commit is contained in:
2025-12-12 23:41:20 +01:00
parent 785a38427b
commit 6e0f8c6010
6 changed files with 55 additions and 54 deletions

View File

@@ -44,6 +44,7 @@ article.article-body {
margin: auto;
line-height: 150%;
text-align: justify;
hyphens: auto;
}
>details {
@@ -129,6 +130,7 @@ article.article-body {
color: var(--color-text-light);
font-style: italic;
text-align: justify;
hyphens: auto;
margin: auto;
cite {

View File

@@ -37,6 +37,10 @@ figure {
text-wrap: balance;
margin: auto;
line-height: 150%;
summary {
cursor: pointer;
}
}
audio {

View File

@@ -1,7 +1,6 @@
a {
color: var(--color-link);
text-decoration: underline;
display: inline-block;
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;

View File

@@ -76,10 +76,6 @@
{{- $relAttr := "" -}}
{{- if $isExternal -}}
{{- $relAttr = "noreferrer noopener" -}}
{{- end -}}
<a href="{{ $newURL }}" title="{{ $titleValue }}"
{{- if gt (len $relAttr) 0 -}} rel="{{ $relAttr }}"{{- end -}}
{{- if gt (len $classes) 0 -}} class="{{ delimit $classes ` ` }}"{{- end -}}>
{{- .Text | safeHTML -}}
</a>
{{- /* */ -}}
{{- end -}}<a href="{{ $newURL }}" title="{{ $titleValue }}" {{- if gt (len $relAttr) 0 -}} rel="{{ $relAttr }}" {{- end
-}} {{- if gt (len $classes) 0 -}} class="{{ delimit $classes ` ` }}" {{- end -}}>{{- .Text | safeHTML -}}</a>{{- /*
*/ -}}