From d12ebe88109d02b4a2711e6314ffbeef0e4a7a02 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 30 Apr 2018 10:20:12 +0200 Subject: [PATCH] Bold font for sensor values --- platypush/backend/http/static/css/gpio.sensor.mcp3008.css | 1 + 1 file changed, 1 insertion(+) diff --git a/platypush/backend/http/static/css/gpio.sensor.mcp3008.css b/platypush/backend/http/static/css/gpio.sensor.mcp3008.css index 58b8708e0..51edfd61f 100644 --- a/platypush/backend/http/static/css/gpio.sensor.mcp3008.css +++ b/platypush/backend/http/static/css/gpio.sensor.mcp3008.css @@ -20,5 +20,6 @@ .sensor-value { text-align: right; + font-weight: bold; }