Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / Documentation / sphinx-static / theme_rtd_colors.css
blob55b6e1c3664b61f02121fe0fa313b046ed53ad79
1 /* -*- coding: utf-8; mode: css -*-
3 * Sphinx HTML theme customization: color settings for RTD (non-dark) theme
5 */
7 /* Improve contrast and increase size for easier reading. */
9 body {
10 color: black;
13 .wy-menu-vertical li.current a {
14 color: #505050;
17 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
18 color: #303030;
21 div[class^="highlight"] pre {
22 color: black;
25 @media screen {
27 /* Menu selection and keystrokes */
29 span.menuselection {
30 color: blue;
33 code.kbd, code.kbd span {
34 color: white;
35 background-color: darkblue;