Skip to content

Commit e91a34c

Browse files
committed
terms in bold
1 parent 87ca646 commit e91a34c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@ h1 {
256256
color: var(--text-primary);
257257
}
258258

259+
.static-description span {
260+
font-weight: 600;
261+
padding: 0 2px;
262+
border-radius: 3px;
263+
transition: background-color 0.2s;
264+
}
265+
259266
.static-description span.active {
260267
background-color: var(--accent-light);
261268
color: var(--accent-color);

0 commit comments

Comments
 (0)