Skip to content

Commit

Permalink
Change silver to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Mar 17, 2023
1 parent 3e76bdb commit d1dbaa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/css/content.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#content h1 { margin: 0 0 .75em 0; font-size: 200%; }
#content h2 {
margin: 1.5em 0 .75em 0; border-bottom: 2pt dotted silver;
margin: 1.5em 0 .75em 0; border-bottom: 2pt dotted #c0c0c0;
font-size: 150%;
}
#content h3 { margin: 1.5em 0 .5em 0; font-size: 125%; }
Expand All @@ -10,7 +10,7 @@
#content aside.info { margin: 1em 0 1em 2em; color: gray; }
#content pre {
overflow: auto;
padding: .5em 1em; border-left: 5px solid silver;
padding: .5em 1em; border-left: 5px solid #c0c0c0;
background-color: #f0f0f0;
}
#content table { border-spacing: 0; }
Expand Down Expand Up @@ -130,8 +130,8 @@
#content #output {
overflow: auto;
max-height: 20em;
margin: 0; padding: .5em 1em; border: 2px solid silver; border-top: none;
background-color: silver;
margin: 0; padding: .5em 1em; border: 2px solid #c0c0c0; border-top: none;
background-color: #c0c0c0;
}
#content #output.disabled { color: gray; }

Expand Down

0 comments on commit d1dbaa7

Please sign in to comment.