Skip to content

Commit

Permalink
chore: Set monospace for attr-name and attr-value
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Nov 17, 2023
1 parent 155d0cd commit 8da2301
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/_sass/railsdoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,15 @@ code {

.attr-name {
font-weight: bold;
font-family: monospace;
}

.attr-value {
font-family: monospace;
}

.attr-rw {
font-family: monospace;
}
}

Expand Down

0 comments on commit 8da2301

Please sign in to comment.