20 lines
272 B
CSS
20 lines
272 B
CSS
body{
|
|
/* background-color: darkgray; */
|
|
}
|
|
|
|
body, button{
|
|
font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
}
|
|
|
|
td, th{
|
|
padding: 5px;
|
|
}
|
|
|
|
.editBtn{
|
|
background-color: aqua;
|
|
}
|
|
|
|
.delBtn{
|
|
background-color: red;
|
|
color: white;
|
|
} |