node-poweredup/test.css
2019-02-09 11:15:33 -08:00

26 lines
364 B
CSS

body {
font-family: Verdana;
font-size: 12px;
}
table td {
width: 150px;
padding: 5px;
border-radius: 3px;
}
table thead.headings td {
background-color: #666666;
color: #ffffff;
}
table tr td {
background-color: #cccccc;
}
a.button {
padding: 5px;
border-radius: 3px;
background-color: #666666;
color: #ffffff;
}