fix: REALLY make sure there's no text decoration

This commit is contained in:
ThatOneCalculator 2022-11-06 14:46:17 -08:00
parent 0ca161c443
commit 739f26c340
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.8",
"version": "12.119.0-calc.8.1",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -76,6 +76,7 @@ function isMe(message): boolean {
}
&:hover {
text-decoration: none !important;
.avatar {
filter: saturate(200%);
}
@ -138,6 +139,11 @@ function isMe(message): boolean {
}
> .body {
&:hover {
text-decoration: none !important;
}
> .text {
display: block;
margin: 0 0 0 0;
@ -148,6 +154,10 @@ function isMe(message): boolean {
font-size: 1.1em;
color: var(--faceText);
&:hover {
text-decoration: none !important;
}
.me {
opacity: 0.7;
}