obs-scheduler/static/style.css
2024-06-10 13:41:59 +10:00

17 lines
229 B
CSS

body {
font-family: Arial, sans-serif;
}
h1, h2 {
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 8px;
text-align: left;
}