diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-22 01:18:12 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-22 01:19:24 +0000 |
commit | 0cd22cf82b5b056842df834f641e346dac8e4267 (patch) | |
tree | 5f788f9c3998d8bc4d0a37c3a6e83644bca65d04 /public/css/master.css | |
parent | 6f83c7710949ffb5f79302525f15796f6083e52b (diff) |
Remove unused HLJS code and unnecessary components
Diffstat (limited to 'public/css/master.css')
-rw-r--r-- | public/css/master.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/css/master.css b/public/css/master.css index a1def3d..f1bb779 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -376,11 +376,6 @@ caption { table.info-table tr td small { margin-bottom: 5px; } - -.hljs { - background: none !important; -} - .me img { float: right; margin: 5px; |