move videos style to file

This commit is contained in:
Carl Pearson
2024-09-20 05:45:39 -06:00
parent ab63347549
commit 0eb077a85b
2 changed files with 16 additions and 17 deletions

15
static/style/videos.css Normal file
View File

@@ -0,0 +1,15 @@
table {
width: 100%;
border-collapse: collapse;
}
th,
td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}