Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 94afa97

Browse files
committed
Make event titles bold.
1 parent 25e4d9b commit 94afa97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/browser_action.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,9 @@ Otherwise there would be a small black line. */
268268
}
269269

270270
.event-title {
271-
font-size: 14px;
271+
font-size: 11pt;
272+
margin: 6px 0;
273+
font-weight: bold;
272274
overflow: hidden;
273275
text-overflow: ellipsis;
274276
white-space: nowrap;

0 commit comments

Comments
 (0)