fix: border color grey
This commit is contained in:
parent
6b25cc6cb7
commit
52e5de6c9d
@ -287,7 +287,7 @@
|
||||
}
|
||||
|
||||
.community-profile-logo {
|
||||
border-bottom: 1px solid #D6CECE;
|
||||
border-bottom: 1px solid #E4E9F1;
|
||||
}
|
||||
|
||||
hubl-communities-profile-logo {
|
||||
|
@ -124,7 +124,7 @@ main {
|
||||
/* Works on Firefox*/
|
||||
.scrollbar-nav {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color:#D6CECE var(--color-heading);
|
||||
scrollbar-color:#E4E9F1 var(--color-heading);
|
||||
}
|
||||
|
||||
/* Works on Chrome, Edge, and Safari */
|
||||
@ -138,7 +138,7 @@ main {
|
||||
}
|
||||
|
||||
&::-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: 3px solid var(--color-heading); /* creates padding around scroll thumb */
|
||||
}
|
||||
@ -148,7 +148,7 @@ main {
|
||||
/* Works on Firefox */
|
||||
.scrollbar-content {
|
||||
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 */
|
||||
@ -162,7 +162,7 @@ main {
|
||||
}
|
||||
|
||||
&::-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: 3px solid white; /* creates padding around scroll thumb */
|
||||
}
|
||||
|
@ -393,7 +393,7 @@ header {
|
||||
box-shadow: none;
|
||||
|
||||
>ul>li:last-child {
|
||||
border-bottom: 1px solid #d6cece;
|
||||
border-bottom: 1px solid #E4E9F1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user