From de7866abf0922246cb7764a9cb3b41abd3cb97c2 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 13 Oct 2016 13:16:18 -0400 Subject: [PATCH] fix: replace code tag with kbd tag where appropriate --- index.html | 8 ++++---- styles/main.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) 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; }