add of variable for main colors

This commit is contained in:
2025-09-03 21:39:44 +02:00
parent b0b104b500
commit 852d616678
8 changed files with 35 additions and 33 deletions
@@ -31,7 +31,7 @@
}
.experience-company {
color: #D95F46;
color: var(--important-color);
font-size: 1.2rem;
margin: 0;
}
@@ -39,14 +39,14 @@
.experience-role {
font-size: 1.5rem;
font-weight: bold;
color: #EAEAEA;
color: var(--title-color);
margin: 0;
}
.experience-location,
.experience-duration {
font-size: 0.95rem;
color: #B0B0B0;
color: var(--text-color);
margin: 0.25rem 0 0;
white-space: nowrap;
}
@@ -61,7 +61,7 @@
position: relative;
padding-left: 1.5rem;
margin-bottom: 0.5rem;
color: #B0B0B0;
color: var(--text-color);
text-align: left;
}
@@ -70,7 +70,7 @@
position: absolute;
left: 0;
top: 0;
color: #D95F46;
color: var(--important-color);
font-weight: bold;
font-size: 1.2rem;
line-height: 1;