10 lines
133 B
CSS
10 lines
133 B
CSS
body {
|
|
background-color: skyblue;
|
|
font-family: 'Noto Sans', sans-serif;
|
|
}
|
|
|
|
#actors td {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|