Skip to content

Commit

Permalink
(doc) grey color to code & other formats
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 6, 2024
1 parent 238850e commit 66e8e35
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,46 @@ div.content-wrapper {
}

div.topic {
border: none;
border: none;
}

p.admonition-title {
font-weight: bold;
background-color: aqua;
border: #000000;
}

.alert-warning {
color: #333;
}

.alert-info {
color: #333;
}

div.note {
background-color: white;
background-image: none;
}

div.warning {
background-color: white;
background-image: none;
}

div.signatures {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
background-image: none;
background-color: #f5f5f5;
border: 1px solid #ccc;
color: #333;
font-size: 13px;
word-break: keep-all;
hyphens: none;
}

code.literal {
color: #404040;
background-color: #e8e8e8;
font-size: 100%
}

0 comments on commit 66e8e35

Please sign in to comment.