diff --git a/static/default.css b/static/default.css index 125e3c7..e652e48 100644 --- a/static/default.css +++ b/static/default.css @@ -252,6 +252,13 @@ table { border: 0; background-color: #444444; color: #ddd; } mark { background: rgba(130, 80, 30, 5); color: inherit; } } +/* + * Shortcuts + */ +template { + display: none; +} + kbd { display: inline-block; min-width: 1.5ch;