fix style

This commit is contained in:
ThatOneCalculator 2023-01-24 19:31:38 -08:00
parent ed85d065b0
commit 84cb921573
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const computedStyle = getComputedStyle(document.documentElement);
const themeColor = instance.themeColor ?? computedStyle.getPropertyValue('--bg');
const bg = {
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}55)`,
background: `linear-gradient(90deg, ${themeColor}, ${themeColor}33)`,
};
function getInstanceIcon(instance): string {
@ -57,6 +57,7 @@ function getInstanceIcon(instance): string {
> .icon {
height: 100%;
border-radius: 0.3rem;
}
> .name {