design improvements, presence, experiment overrides
This commit is contained in:
parent
fe219cd42b
commit
2f220e511e
1 changed files with 3 additions and 8 deletions
|
@ -9,10 +9,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: linear-gradient(
|
background: var(--default-channel-background);
|
||||||
hsl(225, 80%, 50%),
|
|
||||||
hsl(299, 80%, 50%)
|
|
||||||
);
|
|
||||||
color: var(--default-text-color);
|
color: var(--default-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,10 +17,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: linear-gradient(
|
background: var(--default-user-background);
|
||||||
hsl(9, 100%, 62%),
|
|
||||||
hsl(327, 100%, 62%)
|
|
||||||
);
|
|
||||||
color: var(--default-text-color);
|
color: var(--default-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,6 +71,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.default-channel-styled-text {
|
.default-channel-styled-text {
|
||||||
|
filter: drop-shadow(2px 2px hsl(300, 60%, 25%));
|
||||||
font-size: 24px !important;
|
font-size: 24px !important;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue