Skip to content

Commit

Permalink
Minor styling updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojikun committed Nov 13, 2024
1 parent b9bd4c4 commit ff0b735
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ kbd {

img {
border-radius: var(--ifm-global-radius);
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}

.pagination-nav__link {
Expand Down Expand Up @@ -328,3 +330,13 @@ ol li:last-child {
padding-left: 0;
padding-right: 0;
}

blockquote {
background-color: rgba(0, 106, 224, 0.1);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-left: 2px solid var(--ifm-color-primary-dark);
}
blockquote > p {
color: var(--ifm-color-white);
}

0 comments on commit ff0b735

Please sign in to comment.