Skip to content

Commit

Permalink
target code correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Oct 31, 2024
1 parent 8f72bfa commit 4f905aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/layouts/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ const {frontmatter} = Astro.props
display: block;
text-align: left;
}
code {
color: var(--accent-text);
background: var(--background02);
padding: 0px 5px;
border-radius: 10px;
}

@media screen and (min-width: 636px) {
h1 {
Expand Down
4 changes: 4 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@ const { title } = Astro.props;
css Bitstream Vera Sans Mono,
Courier New,
monospace;
color: var(--accent-text);
background: var(--background02);
padding: 0px 5px;
border-radius: 10px;
}
</style>

0 comments on commit 4f905aa

Please sign in to comment.