diff --git a/index.html b/index.html index 5ac9da6..893e811 100644 --- a/index.html +++ b/index.html @@ -29,19 +29,19 @@

Janus Presentations

Hotkey powered, multi-window presentations

- Press Escape for commands. Page Up / Page Down to navigate. + Press Escape for commands. Page Up / Page Down to navigate.

Hotkeys

- Clone Window: F2 + Clone Window: F2
- Navigation: Page Down, Page Up + Navigation: Page Down, Page Up
- Toggle Presenter Mode: F1 + Toggle Presenter Mode: F1
diff --git a/styles/main.css b/styles/main.css index f44b35b..bfedb91 100644 --- a/styles/main.css +++ b/styles/main.css @@ -18,6 +18,10 @@ li { code { font-family: Consolas, monaco, monospace; +} + +kbd { + font-family: Consolas, monaco, monospace; border: 2px dashed currentcolor; }