diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 6957245..4658eaa 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -277,5 +277,18 @@ function read_url_local_port_handler(input) read_url_handler_list = [read_url_local_port_handler, read_url_github_command_handler]; +register_user_stylesheet( + "data:text/css," + + escape( + "@namespace url(\"http://www.w3.org/1999/xhtml\");\n" + + "span.__conkeror_hint {\n" + + " font-family: \"Envy Code R\" !important;\n" + + " font-size: 12px !important;\n" + + " line-height: 12px !important;\n" + + " padding: 0 2px !important;\n" + + "}" + ) +); + oni_add_sheet("github.css"); oni_add_sheet("help.css");