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