Correction de coquilles

This commit is contained in:
Yann 2022-06-06 10:42:06 +02:00
parent 4872b5a400
commit 45f5618588

View File

@ -309,15 +309,11 @@ textarea {
hyphens:auto
}
.post-title {
color: var(--post-title);
color: var(--link);
margin:0;
}
.post-title a {
text-decoration:none
}
.post-excerpt p {
margin:1.6rem 0 0 0;
font-size:0.9em;
line-height:1.6em
}
.post-meta {
@ -330,15 +326,12 @@ textarea {
margin-bottom: 25px;
}
.post a {
color: var(--text);
color: var(--link);
text-decoration:none
}
.post a:hover {
text-decoration:underline;
}
.post-header a {
color: var(--link);
}
.user-meta {
position:relative;
padding:0.3rem 40px 0 100px;