adjust style
This commit is contained in:
parent
c9612d8a1d
commit
ad8718ba49
48 changed files with 4217 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue