Skip to content

Commit

Permalink
refactor css code block
Browse files Browse the repository at this point in the history
  • Loading branch information
qwelias authored Jul 19, 2023
1 parent cac8128 commit 64b68f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/css/readable.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ html {
}

code {
display: inline-block;
font-family: Hack, monospace;
background-color: rgba(0,0,0, 0.1);
border-radius: 3px;
Expand Down
4 changes: 0 additions & 4 deletions src/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ header {
nav > *+* {
margin-left: 2em;
}

code {
display: inline-block;
}

0 comments on commit 64b68f0

Please sign in to comment.