11 lines
472 B
CSS
11 lines
472 B
CSS
/*
|
|
-- ====================================================================
|
|
-- Styling for the remote display is set here;
|
|
-- ====================================================================
|
|
*/
|
|
th {color:yellow; background-color: blue;}
|
|
button {width: 100%;}
|
|
td {outline-style: solid; outline-width: 1px; outline-color: black; padding:2px; width: 25%;}
|
|
body {background-image: linear-gradient(180deg, orange, green); background-repeat: no-repeat;)
|
|
|