Skip to content

Commit 1bc47a5

Browse files
committed
feat: tydelige code tags
1 parent 72f7512 commit 1bc47a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/app.css

+7
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ a {
2525
a:hover {
2626
text-decoration: none;
2727
}
28+
code {
29+
padding: 0.2em 0.15em;
30+
background-color: #24292e;
31+
border: 1px solid #24292e;
32+
border-radius: 4px;
33+
color: #e1e4e8;
34+
}

0 commit comments

Comments
 (0)