X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fsphinx-static%2Ftheme_overrides.css;h=d5764a4de5a2cc7702936d10853f49f633d1d938;hb=878fb5dc96b9dfae1de45be1b85aba40aca3356e;hp=e88461c4c1e69dd186a7b420215246154f9a9f09;hpb=84a78c724b1d7eae1c163e7a225a3ce9e0c61b6d;p=cascardo%2Flinux.git diff --git a/Documentation/sphinx-static/theme_overrides.css b/Documentation/sphinx-static/theme_overrides.css index e88461c4c1e6..d5764a4de5a2 100644 --- a/Documentation/sphinx-static/theme_overrides.css +++ b/Documentation/sphinx-static/theme_overrides.css @@ -42,6 +42,20 @@ caption a.headerlink { opacity: 0; } caption a.headerlink:hover { opacity: 1; } + /* Menu selection and keystrokes */ + + span.menuselection { + color: blue; + font-family: "Courier New", Courier, monospace + } + + code.kbd, code.kbd span { + color: white; + background-color: darkblue; + font-weight: bold; + font-family: "Courier New", Courier, monospace + } + /* inline literal: drop the borderbox, padding and red color */ code, .rst-content tt, .rst-content code { @@ -55,5 +69,4 @@ .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal { color: inherit; } - }