From 177fa3c150adf9dc4b081644e40a1ef67120325b Mon Sep 17 00:00:00 2001 From: busybox11 Date: Mon, 8 Jan 2024 01:23:45 +0100 Subject: [PATCH] cobalt.css: fix blurry text on modal contents --- src/front/cobalt.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 200f288f..ebc77223 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -966,7 +966,7 @@ button:active, } .popup, .scrollable #popup-content { - border-radius: 8px / 9px; + border-radius: 8px; } #popup-header .glass-bkg { border-top-left-radius: 8px 9px;