+
@@ -27,14 +27,16 @@
width: 100mm;
height: 17.5mm;
padding-bottom: 1mm;
+ padding-top: 1mm;
// Text inside
display: grid;
place-content: center;
- border-bottom: #4472c4 dotted 0.5mm;
+ border-bottom: var(--left-decor-line-color) dotted 0.5mm;
+ border-top: var(--left-decor-line-color) dotted 0.5mm;
&:first-child {
- color: #4472c4;
+ color: var(--left-decor-text-color);
font-size: 3mm;
//font-weight: bold;
}
@@ -43,11 +45,13 @@
> div:nth-child(2) {
padding-top: 4mm;
//border-bottom: #4472c4 dashed 2mm;
+
+ // background-color: var(--left-grid-bg-color);
- background-image: linear-gradient(to right, #4472c4 70%, rgba(255,255,255,0) 0%);
+ background-image: linear-gradient(to right, var(--left-decor-line-color) 70%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 6mm 1.5mm;
background-repeat: repeat-x;
}
}
-
\ No newline at end of file
+
diff --git a/src/routes/zhen/cv/CompsRev3/NamePlate.svelte b/src/routes/zhen/cv/CompsRev3/NamePlate.svelte
index c1e0bed..b752996 100644
--- a/src/routes/zhen/cv/CompsRev3/NamePlate.svelte
+++ b/src/routes/zhen/cv/CompsRev3/NamePlate.svelte
@@ -16,6 +16,6 @@
width: 60%;
/* Bottom border stripe*/
- border-bottom: 1mm solid black;
+ border-bottom: 1mm solid var(--left-line-color);
}
-
\ No newline at end of file
+
diff --git a/src/routes/zhen/cv/CompsRev3/OtherContact.svelte b/src/routes/zhen/cv/CompsRev3/OtherContact.svelte
index c98754e..96bb5d5 100644
--- a/src/routes/zhen/cv/CompsRev3/OtherContact.svelte
+++ b/src/routes/zhen/cv/CompsRev3/OtherContact.svelte
@@ -27,7 +27,7 @@
width: 100%;
/* Bottom border stripe*/
- border-bottom: 1mm solid black;
+ border-bottom: 1mm solid var(--left-line-color);
}
.table-display {
@@ -46,7 +46,6 @@
}
> div, > a {
- color: #000000;
&:first-child {
width: 35%;
font-size: 4mm;
@@ -68,4 +67,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte b/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte
index c86356c..4516e02 100644
--- a/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte
+++ b/src/routes/zhen/cv/CompsRev3/ShortProfile.svelte
@@ -23,6 +23,6 @@
width: 100%;
/* Bottom border stripe*/
- border-bottom: 1mm solid black;
+ border-bottom: 1mm solid var(--left-line-color);
}
-
\ No newline at end of file
+
diff --git a/src/routes/zhen/cv/rev3/+page.svelte b/src/routes/zhen/cv/rev3/+page.svelte
index 2003492..8f7598b 100644
--- a/src/routes/zhen/cv/rev3/+page.svelte
+++ b/src/routes/zhen/cv/rev3/+page.svelte
@@ -74,16 +74,16 @@