Skip to content

Commit 1976467

Browse files
committed
Better priority styling
1 parent eed0713 commit 1976467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/static/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@ p {
452452
font-weight: 700;
453453
font-family: monospace;
454454
font-size: .9em;
455-
border-radius: 50%;
455+
border-radius: 4px;
456+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
456457
background-color: rgba(0, 0, 0, .15);
457458
}
458459

0 commit comments

Comments
 (0)