add cosmetics
All checks were successful
CV build / build (push) Successful in 46s

This commit is contained in:
Alter 2026-08-30 23:01:08 +02:00
parent b805fe344b
commit bea4a686bd

View File

@ -177,6 +177,10 @@ HTML {
margin: 0;
padding: 0;
}
*::selection {
color: #111;
background-color: var(--vue-color);
}
BODY {
margin: 0;
padding: 0;
@ -209,6 +213,8 @@ BODY {
}
.candidateHeader {
border-bottom: 4px solid transparent;
border-image: linear-gradient(90deg, #ff6b6b, var(--vue-color)) 1;
background-color: #323232;
padding: 16px 0 16px 200px;
}