mirror of
https://github.com/cyberboy666/obs_scheduler.git
synced 2025-07-16 03:06:41 -04:00
17 lines
229 B
CSS
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;
|
|
}
|