Skip to content

Commit

Permalink
Merge pull request #33
Browse files Browse the repository at this point in the history
修复post页面样式错误
  • Loading branch information
fordes123 authored Dec 27, 2024
2 parents 2604ef9 + eef1650 commit 18f5364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,7 @@ img {
max-width: 800px;
margin-left: auto;
margin-right: auto;
width: 100%;
}

.post-other-style .post-heading {
Expand Down Expand Up @@ -1589,13 +1590,13 @@ img {
padding: 0.375rem 1rem;
margin: 0.25rem;
border-radius: 3rem;
background-color: #f1f4ff;
color: var(--color-primary);
background-color: var(--bg-secondary);
border: 1px solid transparent;
}

.post-tags a:hover, .post-tags a:focus {
background-color: var(--bg-primary);
color: #fff;
background-color: var(--bg-tertiary);
border: 1px solid var(--border-color);
}

@media (max-width: 992px) {
Expand Down
Loading

0 comments on commit 18f5364

Please sign in to comment.