Skip to content

Commit

Permalink
Modification de l'apparence des sommaires des billets zestedesavoir#6176
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bertin committed Jan 31, 2023
1 parent eb70ffd commit 4cb1a42
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/scss/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,19 @@
}

h4 {
padding-top: $length-20;
padding-top: $length-16;
padding-bottom: $length-4;
font-size: $font-size-8;
border-bottom: $length-1 solid $grey-100;

a {
text-decoration: none;
color: $grey-800;
}

&:hover, &:focus {
background: $color-sidebar-hover;
}
}

&.accordeon h4 {
Expand Down Expand Up @@ -178,7 +184,7 @@

&:hover, &:focus {
background: $color-sidebar-hover;
outline: none;
//outline: none;
}

color: $color-link;
Expand Down

0 comments on commit 4cb1a42

Please sign in to comment.