contrastes

This commit is contained in:
chankalan 2020-12-17 16:01:36 +01:00
parent efd72c25eb
commit 9ee1f2397a
1 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ a {
padding:($spacer*2) 0;
h2 {
margin-bottom:($spacer);
color: lighten(desaturate($couleurConnex,40%),48%)/*#C5EBF0*/;
color: #9ADDE5;
line-height: inherit;
font-size: 1.1em;
font-weight: 200;
@ -182,7 +182,7 @@ a {
.article-resume__texte {
padding-top:($spacer/2);
color: white;
border-top:1px solid lighten(desaturate($couleurConnex,50%),30%);
border-top:#9ADDE5;
}
.article-resume__date {
top:0;
@ -213,7 +213,7 @@ a {
right:0;
top:($spacer/3);
background:none;
color: lighten(desaturate($couleurConnex,40%),48%)/*#C5EBF0*/ !important;
color: #9ADDE5 !important;
font-size:0.8rem;
&:focus {
background:transparent !important;