Skip to content

Commit

Permalink
Site updated: 2024-11-23 17:05:47
Browse files Browse the repository at this point in the history
  • Loading branch information
duckcone committed Nov 23, 2024
1 parent c271e4a commit b8b6b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ pre code {
}
.brand {
border-bottom: 0;
color: var(--brand-color);
color: #ffa101;
display: inline-block;
padding: 2px 1px;
}
Expand Down Expand Up @@ -1258,7 +1258,7 @@ pre code {
vertical-align: middle;
}
.links-of-author a::before {
background: #28a34f;
background: #6729be;
display: inline-block;
margin-right: 3px;
transform: translateY(-2px);
Expand Down Expand Up @@ -2015,7 +2015,7 @@ pre code {
}
.posts-expand .post-title-link {
border-bottom: 0;
color: var(--link-color);
color: #ffbe50;
display: inline-block;
position: relative;
}
Expand Down

0 comments on commit b8b6b90

Please sign in to comment.