diff --git a/app/templates/css/override.css b/app/templates/css/override.css new file mode 100644 index 0000000..5fc5698 --- /dev/null +++ b/app/templates/css/override.css @@ -0,0 +1,16 @@ +table.table td, table.table th { + border: 2px solid #121a2b; + padding: 8px; +} + +/*tr:nth-child(even){background-color: #f2f2f2;}*/ + +table.table tr:hover {background-color: #121a2b;} + +table.table th { + padding-top: 12px; + padding-bottom: 12px; + text-align: left; + background-color: #121a2b; + color: white; +} \ No newline at end of file diff --git a/app/templates/part/head.phtml b/app/templates/part/head.phtml index 3ce6abe..445fcae 100644 --- a/app/templates/part/head.phtml +++ b/app/templates/part/head.phtml @@ -23,3 +23,4 @@ +