diff --git a/static/css/main.css b/static/css/main.css index 28eb180..0982f1f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1610,7 +1610,15 @@ a:focus { .section-icon { vertical-align: middle; margin-right: 0.5rem; - color: var(--text-gray); + color: #7d7d7d; +} + +/* Add top border separator to specific sections */ +#experience .section-title, +#awards .section-title, +#courses .section-title { + border-top: 1px solid rgba(0, 0, 0, 0.1); + padding-top: 20px; } /* Smooth scrolling */