Move css to a separate file, serve static files under /static/ route

This commit is contained in:
2021-06-03 01:05:12 +02:00
parent 7e81ea0b74
commit 2437a3f26b
3 changed files with 27 additions and 22 deletions

19
static/balises.css Normal file
View File

@@ -0,0 +1,19 @@
#results {
border-colapse: collapse;
}
#results td, #results th {
padding-top: 3px;
padding-bottom: 3px;
padding-right:15px;
}
#results tr:hover {
background-color: #eaeaea;
}
#results a {
text-decoration: none;
color: inherit;
}
#results .fa-youtube {
/*color: #ed4337;*/
color: crimson;
}