Skip to content

Commit

Permalink
fix(css): remove repeated code
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 17, 2024
1 parent f2c6f25 commit f685ced
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,6 @@ a:hover {
text-decoration-style: dotted;
}

figure.quote {
border-left: 3px solid var(--calitp-purple-4);
padding-left: 2rem;
}

figure.quote figcaption {
font-size: calc(16rem / 16);
font-style: italic;
}

.red-link {
background-color: var(--calitp-red-5);
color: var(--bs-white);
Expand Down

0 comments on commit f685ced

Please sign in to comment.