DOCS-code-reference-css-style-change (#12109)

code formatting changed from blue to black, to distinguish from links
This commit is contained in:
Karol Blaszczak 2022-07-12 09:15:47 +02:00 committed by GitHub
parent 7a0c20ab75
commit e5673c2d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,12 @@ main img {
margin-bottom: 0;
}
/* code reference text formatting override */
code {
color: black !important;
font-weight: bold;
}
/* Performance Benchmark Graphs */
.chart {