Skip to content

Commit

Permalink
Update styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Jun 21, 2024
1 parent ab2f8d9 commit dedec23
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions assets/styles/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -4866,18 +4866,13 @@ body.is-search .search-con {
}
}
.markdown-alert {
border-left-width: 3px;
border-left-style: solid;
x-background-color: #fff;
margin-bottom: 16px;
padding: 8px 16px;
}
.markdown-alert.markdown-alert-note {
border-color: #2d68d3;
margin-bottom: 16px;
border-left: 0.25em solid;
}
.markdown-alert .markdown-alert-title {
font-weight: 500;
display: flex;
font-weight: 500;
align-items: center;
line-height: 1;
}
Expand All @@ -4887,6 +4882,9 @@ body.is-search .search-con {
.markdown-alert > :last-child {
margin-bottom: 0;
}
.markdown-alert.markdown-alert-note {
border-color: #2d68d3;
}
.markdown-alert.markdown-alert-note .markdown-alert-title {
color: #2d68d3;
}
Expand Down Expand Up @@ -4915,8 +4913,14 @@ body.is-search .search-con {
color: #be3536;
}
.octicon {
display: inline-block;
overflow: visible !important;
vertical-align: text-bottom;
fill: currentColor;
}
.mr-2 {
margin-right: 8px !important;
}
@-moz-keyframes blink {
to {
visibility: hidden;
Expand Down

0 comments on commit dedec23

Please sign in to comment.