fix: border color grey

This commit is contained in:
Jean-Baptiste Pasquier 2021-04-26 18:02:11 +02:00
parent 6b25cc6cb7
commit 52e5de6c9d
3 changed files with 6 additions and 6 deletions

View File

@ -287,7 +287,7 @@
} }
.community-profile-logo { .community-profile-logo {
border-bottom: 1px solid #D6CECE; border-bottom: 1px solid #E4E9F1;
} }
hubl-communities-profile-logo { hubl-communities-profile-logo {

View File

@ -124,7 +124,7 @@ main {
/* Works on Firefox*/ /* Works on Firefox*/
.scrollbar-nav { .scrollbar-nav {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color:#D6CECE var(--color-heading); scrollbar-color:#E4E9F1 var(--color-heading);
} }
/* Works on Chrome, Edge, and Safari */ /* Works on Chrome, Edge, and Safari */
@ -138,7 +138,7 @@ main {
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background-color:#D6CECE; /* color of the scroll thumb */ background-color:#E4E9F1; /* color of the scroll thumb */
border-radius: 6px; /* roundness of the scroll thumb */ border-radius: 6px; /* roundness of the scroll thumb */
border: 3px solid var(--color-heading); /* creates padding around scroll thumb */ border: 3px solid var(--color-heading); /* creates padding around scroll thumb */
} }
@ -148,7 +148,7 @@ main {
/* Works on Firefox */ /* Works on Firefox */
.scrollbar-content { .scrollbar-content {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color:#D6CECE white; /* scroll thumb and track */ scrollbar-color:#E4E9F1 white; /* scroll thumb and track */
} }
/* Works on Chrome, Edge, and Safari */ /* Works on Chrome, Edge, and Safari */
@ -162,7 +162,7 @@ main {
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {
background-color:#D6CECE; /* color of the scroll thumb */ background-color:#E4E9F1; /* color of the scroll thumb */
border-radius: 6px; /* roundness of the scroll thumb */ border-radius: 6px; /* roundness of the scroll thumb */
border: 3px solid white; /* creates padding around scroll thumb */ border: 3px solid white; /* creates padding around scroll thumb */
} }

View File

@ -393,7 +393,7 @@ header {
box-shadow: none; box-shadow: none;
>ul>li:last-child { >ul>li:last-child {
border-bottom: 1px solid #d6cece; border-bottom: 1px solid #E4E9F1;
} }
} }
} }