adjust style

This commit is contained in:
Aron Petau 2025-05-16 12:08:22 +02:00
parent c9612d8a1d
commit ad8718ba49
48 changed files with 4217 additions and 15 deletions

View file

@ -37,7 +37,7 @@
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--accent-color);
background: var(--bg-color);
border: 2px solid white;
z-index: 1;
}
@ -50,7 +50,7 @@
left: -160px;
width: 100px;
text-align: right;
color: #ffffff;
color: var(--fg-color);
font-weight: bold;
font-size: 0.9rem;
line-height: 1.3;
@ -78,7 +78,7 @@
/* Hover Effects */
#timeline-content li.event:hover::before {
background: var(--accent-color-dark);
background: var(--accent-color);
}
#timeline-content li.event:hover {
@ -87,5 +87,5 @@
/* From + To Label Hover Effect */
#timeline-content li.event:hover::after {
color: var(--fg-color);
color: var(--accent-color);
}