From 1fd8d225d8ae6a20e77aabe40956aeedb9c08e13 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 20 Apr 2020 19:45:38 +1000 Subject: Proper fonts in widgets. --- example/www/stats.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example/www/stats.html') diff --git a/example/www/stats.html b/example/www/stats.html index 7309bd5..7b51b06 100644 --- a/example/www/stats.html +++ b/example/www/stats.html @@ -10,12 +10,12 @@ a:visited {color: fuchsia;} a:hover {color: blue;} a:active {color: red;} - button {background-color: darkgreen;} + button {background-color: darkgreen; color: white; font-family: 'sans-serif';} button:hover {color: blue;} button:active {color: red;} - label {background-color:darkgreen; font-size: 160%;} - input {background-color:darkblue; font-size: 80%;} - textarea {background-color:darkblue; font-size: 80%; vertical-align: top;} + label {background-color:darkgreen; color: white; font-family: 'sans-serif'; font-size: 160%;} + input {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%;} + textarea {background-color:darkblue; color: white; font-family: 'sans-serif'; font-size: 80%; vertical-align: top;} -- cgit v1.1