1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2024-12-23 04:36:49 +00:00

Fixed CSS errors

This commit is contained in:
diamondburned 2020-09-17 23:09:36 -07:00
parent ebc8e82907
commit da86930590

View file

@ -92,7 +92,7 @@ var rowCSS = primitives.PrepareClassCSS("session-row",
background-color: alpha(mix(
@theme_fg_color,
@theme_selected_bg_color,
0.65,
0.65
), 0.85);
}
@ -104,7 +104,7 @@ var rowCSS = primitives.PrepareClassCSS("session-row",
background-color: alpha(mix(
@theme_fg_color,
@mentioned,
0.65,
0.65
), 0.85);
}
`)