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

Commit d7fe54d

Browse files
committed
Update Keyboard Shortcut Dialog
1 parent 78fd713 commit d7fe54d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

views/partials/kb_shortcut_dialog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<div class="kb-shortcut-content">
33
<div class="kb-shortcut-header">
44
<span class="octicon octicon-x close"></span>
5-
<h2>{{localized.keyboard_modal.title}}</h2>
5+
<h2 class="f2-light text-mono text-gray">{{localized.keyboard_modal.title}}</h2>
66
</div>
77
<div class="kb-shortcut-body">
88
<table class="table-ruled">
99
<thead>
1010
<tr>
11-
<th>{{localized.keyboard_modal.key}}</th>
12-
<th>{{localized.keyboard_modal.action}}</th>
11+
<th class="text-mono">{{localized.keyboard_modal.key}}</th>
12+
<th class="text-mono">{{localized.keyboard_modal.action}}</th>
1313
</tr>
1414
</thead>
1515
<tbody>

0 commit comments

Comments
 (0)