diff options
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index 13efae4..07b2e89 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -116,9 +116,10 @@ table { thead tr { border: 1px solid #000; + background: var(--light-blue); } -tr { +tbody tr { border: 1px solid var(--dark-gray); } |