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 {
|
||||
@@ -196,4 +198,4 @@ article.article-body {
|
||||
sub {
|
||||
bottom: -0.2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
@@ -11,4 +10,4 @@ a {
|
||||
&:focus {
|
||||
color: var(--color-link-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user