Skip to content

Commit

Permalink
Give code and related elements a background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Sep 7, 2023
1 parent 1ac4f4b commit 00eb4bb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/sphinx_ll_theme/static/css/theme.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ mark
font-style:italic;
font-weight:bold;
}

pre,
code,
.rst-content tt,
Expand All @@ -240,6 +239,16 @@ kbd,
samp
{
font-family: "Source Code Pro", "Courier New", Courier, monospace;
background-color: #0001;
border-radius: 0.5em;
}

code,
.rst-content code,
kbd,
samp
{
padding: 1px 0.3em;
}

pre
Expand Down Expand Up @@ -2057,6 +2066,16 @@ dt em
color: #ddf;
}

pre,
code,
.rst-content tt,
.rst-content code,
kbd,
samp
{
background-color: #000c;
}

a.iconpanel
{
border-color: #fc39;
Expand Down

0 comments on commit 00eb4bb

Please sign in to comment.