Files
raisen-app/css/print.css
2024-01-04 10:20:56 +07:00

7 lines
84 B
CSS

body {
font-family: arial;
}
tr:nth-child(even) {
background-color: #ddd;
}