Skip to content

Commit

Permalink
fix(code-css): general cleanup for code block css
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Feb 3, 2025
1 parent a991500 commit 562d1e6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/views/Posts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,16 @@ $postWidth__mobile: calc(100vw - 2rem);
border-left: 0;
border-right: 4px solid RGB(221, 221, 221);
}
.codeheader {
font-weight: bold;
}
.code {
overflow-x: auto;
white-space: nowrap;
background-color: $sub-header-color;
font-size: $font-size-sm;
padding: 1rem;
}
#public-content {
.posts & {
grid-template-columns: minmax(0, 3fr) minmax($sidebarWidth, 1fr);
Expand Down

0 comments on commit 562d1e6

Please sign in to comment.