kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Lower highlight text color contrast
rodzic
78497bd924
commit
a44d4d2dc8
|
@ -23,7 +23,7 @@ export const generateTheme = (brandColor, mode) => {
|
||||||
'accent-color': brightness(10, hue(-3, brandColor).hex).hex,
|
'accent-color': brightness(10, hue(-3, brandColor).hex).hex,
|
||||||
'brand-color-faint': cssrgba(brandColor, 0.1),
|
'brand-color-faint': cssrgba(brandColor, 0.1),
|
||||||
'brand-color-med': cssrgba(brandColor, 0.2),
|
'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,
|
'brand-color-hicontrast': makeContrast(20, brandColor, mode).hex,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
@ -1359,6 +1359,7 @@ a.account__display-name {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 105;
|
z-index: 105;
|
||||||
|
background: $gab-background-container-light;
|
||||||
|
|
||||||
@media (min-width: 895px) {
|
@media (min-width: 895px) {
|
||||||
top: -290px;
|
top: -290px;
|
||||||
|
|
Ładowanie…
Reference in New Issue