Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Dec 14, 2023
1 parent 963bbf1 commit c6efd5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layouts/home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -862,17 +862,18 @@ a:hover,
color: gray !important;
}
#timeline-type-right {
color: var(--default-text-color);
color: var(--almost-black);
background-color: var(--background-color);
border: 1px solid var(--border);
border-radius: 4px;
margin-bottom: 10px;
padding: 5px 2px;
width: 100%;
max-width: 275px;
font-family: var(--font);
}
#timeline-type-center {
color: var(--default-text-color);
color: var(--almost-black);
background-color: var(--background-color);
border: 1px solid var(--border);
border-radius: 4px;
Expand All @@ -881,6 +882,7 @@ a:hover,
width: 100%;
max-width: 590px;
outline: none;
font-family: var(--font);
}
#content {
min-height: 800px;
Expand Down

0 comments on commit c6efd5f

Please sign in to comment.