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 bg = {
|
||||
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}00)`,
|
||||
background: `${themeColor}7F`,
|
||||
};
|
||||
|
||||
const tooltip = instance.softwareName == null || instance.softwareVersion == null
|
||||
|
@ -84,9 +84,7 @@ const tooltip = instance.softwareName == null || instance.softwareVersion == nul
|
|||
line-height: $height;
|
||||
font-size: 0.9em;
|
||||
vertical-align: top;
|
||||
|
||||
color: var(--fg);
|
||||
text-shadow: none;
|
||||
font-weight: bold;
|
||||
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue