diff --git a/assets/css/style.scss b/assets/css/style.scss index 89f1fb6..b034660 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -15,6 +15,10 @@ header { table { width: auto; + th { + font-weight: bold; + text-align: center; + } tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05); border-color: #fff;