diff options
| -rw-r--r-- | style.scss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -623,12 +623,13 @@ img { } table { - background: #d5d5d5; + background: #211f26; padding: 5px; display: block; width: max-content; max-width: 100%; overflow: auto; + border: 1px solid #535353; } table tr { @@ -650,7 +651,7 @@ table tr th { text-align: left; margin: 0; padding: 2px 6px; - background: #d5d5d5; + background: #211f26; } .info table tr th |
