Skip to content

Commit

Permalink
chore: codeタグのスタイルを設定した
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Nov 18, 2024
1 parent 887fec8 commit 3eeffca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ a:hover {
text-decoration: none;
}

code {
color: var(--bs-dark);
background-color: var(--bs-gray-200);
padding: 0.2em 0.4em;
border-radius: 6px;
font-size: 85%;
white-space: break-spaces;
}

input {
accent-color: var(--bs-dark);
}
Expand Down

0 comments on commit 3eeffca

Please sign in to comment.