From e0102e17338cdcfc3d8fede7ce19ae6d323f156b Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Tue, 24 Dec 2024 11:34:35 -0500 Subject: [PATCH] Adjust column style --- edgar/entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgar/entities.py b/edgar/entities.py index 73b7e91..a85a1f5 100644 --- a/edgar/entities.py +++ b/edgar/entities.py @@ -348,7 +348,7 @@ def __rich__(self): # Add columns with specific styling and alignment table.add_column("#", style="dim", justify="right") table.add_column("Form", width=8, style="bold yellow") - table.add_column("Description", width=50, style="blue"), + table.add_column("Description", width=50, style="bold blue"), table.add_column("Filing Date", width=11) table.add_column("Accession Number", style="dim", width=20)