forked from FoundKeyGang/FoundKey
change instance ticker a bit
This commit is contained in:
parent
198d2cb30a
commit
a344fb98fb
1 changed files with 2 additions and 4 deletions
|
@ -33,7 +33,7 @@ const instance = props.instance ?? {
|
||||||
const themeColor = instance.themeColor ?? '#777777';
|
const themeColor = instance.themeColor ?? '#777777';
|
||||||
|
|
||||||
const bg = {
|
const bg = {
|
||||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}00)`,
|
background: `${themeColor}7F`,
|
||||||
};
|
};
|
||||||
|
|
||||||
const tooltip = instance.softwareName == null || instance.softwareVersion == null
|
const tooltip = instance.softwareName == null || instance.softwareVersion == null
|
||||||
|
@ -84,9 +84,7 @@ const tooltip = instance.softwareName == null || instance.softwareVersion == nul
|
||||||
line-height: $height;
|
line-height: $height;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
font-weight: bold;
|
||||||
color: var(--fg);
|
|
||||||
text-shadow: none;
|
|
||||||
|
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue