feat: improve sidebar fonts, checkmark styling, and spacing to match old CV

This commit is contained in:
juanatsap
2025-11-07 18:32:33 +00:00
parent b68ae32770
commit ab68078c48
+19 -14
View File
@@ -521,23 +521,23 @@ iconify-icon {
.sidebar-title { .sidebar-title {
font-family: 'Quicksand', sans-serif; font-family: 'Quicksand', sans-serif;
font-size: 1.1em; font-size: 1.4em;
font-weight: 600; font-weight: 700;
line-height: 1.3em; line-height: 1.3em;
margin-bottom: 12px; margin-bottom: 10px;
padding: 0; padding: 0;
color: rgb(51, 51, 51); color: rgb(51, 51, 51);
} }
.sidebar-content { .sidebar-content {
font-family: 'Quicksand', sans-serif; font-family: 'Quicksand', sans-serif;
font-size: 0.85em; font-size: 0.95em;
font-weight: 400; font-weight: 400;
line-height: 1.6; line-height: 1.5;
} }
.skill-item { .skill-item {
margin-bottom: 0.25rem; margin-bottom: 0.15rem;
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-weight: 400; font-weight: 400;
} }
@@ -796,7 +796,8 @@ iconify-icon {
.language-item { .language-item {
font-size: 0.9rem; font-size: 0.9rem;
color: var(--text-dark); color: var(--text-dark);
margin-bottom: 0.5rem; margin-bottom: 0.3rem;
line-height: 1.4;
} }
.language-item small { .language-item small {
@@ -1345,8 +1346,9 @@ a:focus {
.language-item::before { .language-item::before {
content: "✓"; content: "✓";
color: var(--text-dark); color: var(--text-dark);
font-weight: bold; font-weight: normal;
margin-right: 0.3em; font-size: 0.85em;
margin-right: 0.4em;
} }
.award-item small, .award-item small,
@@ -1363,15 +1365,17 @@ a:focus {
} }
.reference-item { .reference-item {
margin-bottom: 0.5em; margin-bottom: 0.4em;
line-height: 1.4;
} }
/* Add checkmarks before reference items */ /* Add checkmarks before reference items */
.reference-item::before { .reference-item::before {
content: "✓"; content: "✓";
color: var(--accent-blue); color: var(--accent-blue);
font-weight: bold; font-weight: normal;
margin-right: 0.3em; font-size: 0.85em;
margin-right: 0.4em;
} }
.reference-item a { .reference-item a {
@@ -1388,8 +1392,9 @@ a:focus {
.other-content::before { .other-content::before {
content: "✓"; content: "✓";
color: var(--text-dark); color: var(--text-dark);
font-weight: bold; font-weight: normal;
margin-right: 0.3em; font-size: 0.85em;
margin-right: 0.4em;
} }
/* =============================================== /* ===============================================