Skip to content

Commit 6aa95b1

Browse files
committed
Add link color styling for improved visual consistency
1 parent 88a42f1 commit 6aa95b1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

exporters/html/html_export.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,15 @@ def get_common_styles() -> str:
701701
702702
li {{
703703
margin: 5px 0;
704+
}}
705+
706+
/* Link styling */
707+
a {{
708+
color: var(--selex-middle-blue);
709+
}}
710+
711+
a:hover {{
712+
color: var(--selex-middle-blue-hover);
704713
}}"""
705714

706715
# Minify CSS: remove comments, extra whitespace, semicolons before }, etc.

0 commit comments

Comments
 (0)