Lower highlight text color contrast

This commit is contained in:
Alex Gleason
2020-05-31 16:12:41 -05:00
parent 78497bd924
commit a44d4d2dc8
2 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@ export const generateTheme = (brandColor, mode) => {
'accent-color': brightness(10, hue(-3, brandColor).hex).hex,
'brand-color-faint': cssrgba(brandColor, 0.1),
'brand-color-med': cssrgba(brandColor, 0.2),
'highlight-text-color': makeContrast(10, brandColor, mode).hex,
'highlight-text-color': makeContrast(5, brandColor, mode).hex,
'brand-color-hicontrast': makeContrast(20, brandColor, mode).hex,
});
};

View File

@ -1358,12 +1358,13 @@ a.account__display-name {
display: flex;
width: 100%;
height: auto;
z-index: 105;
z-index: 105;
background: $gab-background-container-light;
@media (min-width: 895px) {
top: -290px;
position: sticky;
}
@media (min-width: 895px) {
top: -290px;
position: sticky;
}
}
&__columns {