Skip to content

Commit f0c42c8

Browse files
committed
feature: <code> styling
1 parent 1e9722c commit f0c42c8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/sass/content.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
.updateDate {
22
font-size: 1.3rem;
33
margin-bottom: 1.6rem;
4+
}
5+
6+
code {
7+
font-size: inherit;
8+
font-weight: 700;
9+
color: var(--color-onLight);
10+
background-color: var(--bg-accent);
11+
padding: .2rem .8rem;
12+
border-radius: var(--border-radius-s);
413
}

0 commit comments

Comments
 (0)