Skip to content

Commit

Permalink
Code Updated
Browse files Browse the repository at this point in the history
Update globals.css
  • Loading branch information
SH20RAJ authored Mar 24, 2024
1 parent 5cf3137 commit d6fb86a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,10 @@ footer {
display: none;
}
code {
color: azure;
background: black;
padding: 2px;
color: whitesmoke;
background: #000;
padding: 8px;
border-radius: 10px;
}
.highlight.js-code-highlight {
border-left: 2px solid aqua;
Expand Down

0 comments on commit d6fb86a

Please sign in to comment.