Skip to content

Commit

Permalink
Correction couleurs sur bouton "Répondre" dans les commentaires
Browse files Browse the repository at this point in the history
  • Loading branch information
micter59 committed Dec 19, 2022
1 parent 8db8552 commit f4cb0f1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ body {
main {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
text-align: justify;
}

nav.primary1 {
Expand Down Expand Up @@ -122,7 +123,7 @@ nav.primary1 {
}

.main-front-page .grids .name-post {
margin-top: 0px;
margin-top: 0;
}

.main-front-page .grids .categoris a span.first-letter {
Expand Down Expand Up @@ -183,7 +184,7 @@ nav.primary1 {
}

.container-single {
padding-top: 0px;
padding-top: 0;
}

.container-single .container-content {
Expand All @@ -210,6 +211,10 @@ nav.primary1 {
list-style-type: circle;
}

.the-content ul li {
color: #222222;
}

/* Encadré à propos de l'auteur */
.author-box {
border-radius: 5px;
Expand Down Expand Up @@ -266,7 +271,11 @@ nav.primary1 {
}

.comments-area .reply a.comment-reply-link {
color: #ffffff;
background-color: #305088;
padding: 0.2em 0.8em;
border-radius: 2px;
text-decoration: none;
}

.comments-area .reply a.comment-reply-link:hover, a.comment-reply-link:active {
Expand Down

0 comments on commit f4cb0f1

Please sign in to comment.