From 4e5f7c929261088162990a3cd89b6441dd86e892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:38:45 +0100 Subject: [PATCH] theme: missed the "a" on rgba (#3336) --- .../src/opnsense/www/themes/tukan/build/css/dns-overview.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css index 343f48685..9b28cd020 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/dns-overview.css @@ -137,7 +137,7 @@ } .query-info { - background-color: rgb(187, 144, 13); + background-color: rgba(187, 144, 13); color: #FFF; }