Skip to content

Commit

Permalink
add: dashboard css에서 code 태그 스타일링
Browse files Browse the repository at this point in the history
  • Loading branch information
lavi27 committed Jan 18, 2024
1 parent 7d4acdb commit f03cdc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/styles/layouts/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ main {
opacity: 0;
}

code {
background: #0e0e13;
padding: 3px;
border-radius: 3px;
margin: 0px 2px;
}

h1 {
font-weight: 600;
font-size: 1.95rem;
Expand Down

0 comments on commit f03cdc3

Please sign in to comment.