mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2025-11-26 06:07:26 +00:00
Fixed CSS errors
This commit is contained in:
parent
ebc8e82907
commit
da86930590
|
|
@ -92,7 +92,7 @@ var rowCSS = primitives.PrepareClassCSS("session-row",
|
||||||
background-color: alpha(mix(
|
background-color: alpha(mix(
|
||||||
@theme_fg_color,
|
@theme_fg_color,
|
||||||
@theme_selected_bg_color,
|
@theme_selected_bg_color,
|
||||||
0.65,
|
0.65
|
||||||
), 0.85);
|
), 0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -104,7 +104,7 @@ var rowCSS = primitives.PrepareClassCSS("session-row",
|
||||||
background-color: alpha(mix(
|
background-color: alpha(mix(
|
||||||
@theme_fg_color,
|
@theme_fg_color,
|
||||||
@mentioned,
|
@mentioned,
|
||||||
0.65,
|
0.65
|
||||||
), 0.85);
|
), 0.85);
|
||||||
}
|
}
|
||||||
`)
|
`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue