diff options
-rw-r--r-- | assets/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 42b3de9..04a0ba5 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -128,3 +128,7 @@ footer { table { width: 100%; } + +th { + font-weight: normal; +} |