Amélioration de l'affichage
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -37,6 +37,10 @@ figure {
|
||||
text-wrap: balance;
|
||||
margin: auto;
|
||||
line-height: 150%;
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
audio {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>{{- /*
|
||||
*/ -}}
|
||||
Reference in New Issue
Block a user