Skip to content

Commit acb335d

Browse files
feat: adjust typography and color styles for improved readability and aesthetics
1 parent 66d7a06 commit acb335d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css/style.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ h3 {
391391

392392
.ref-title {
393393
color: var(--text-color);
394+
/*font-weight: 600;*/
394395
}
395396

396397
.ref-title::after {
@@ -637,7 +638,7 @@ h3 {
637638
}
638639

639640
#highlights .highlights-list li::before {
640-
content: "\f00c"; /* Font Awesome check */
641+
content: "\f00c";
641642
font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif;
642643
font-weight: 900;
643644
position: absolute;
@@ -649,15 +650,15 @@ h3 {
649650

650651
header .authors {
651652
margin: 0.5rem 0 0.15rem 0;
652-
font-size: 0.95rem;
653+
font-size: 0.85rem;
653654
font-weight: 600;
654-
color: #343a40;
655+
color: #6c757d;
655656
}
656657

657658
header .affiliations {
658659
margin: 0;
659-
color: #6c757d;
660660
font-size: 0.85rem;
661+
color: #6c757d;
661662
}
662663

663664
/* Coming Soon overlay */
@@ -829,7 +830,7 @@ body.coming-soon-active #coming-soon-overlay .coming-soon-content {
829830

830831
.header-content .authors,
831832
.header-content .affiliations {
832-
color: var(--text-color); /* auxiliary header text should also use site text color */
833+
color: #6c757d; /* auxiliary header text in gray */
833834
}
834835

835836
/* Reduce header grid density on small screens */

0 commit comments

Comments
 (0)