We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afbfd7 commit eddc242Copy full SHA for eddc242
1 file changed
docs/styleos.css
@@ -486,3 +486,37 @@ img {
486
text-decoration: none;
487
cursor: pointer;
488
}
489
+
490
+pre.code {
491
+ background-color: lightgray;
492
+ padding: 4px 6px 4px 6px;
493
+ border-left: 5px solid #999999;
494
+}
495
496
+pre, div.syntax {
497
+ margin-top: .5em;
498
+ margin-bottom: .5em;
499
500
501
+pre, code, .code, div.syntax {
502
+ font: 100% Monospace, Courier New, Courier;
503
+ color: #000066;
504
505
506
+ pre b, code b {
507
+ letter-spacing: .1em;
508
+ }
509
510
+ pre.syntax, div.syntax {
511
+ background: #cccccc;
512
+ padding: 4px 8px;
513
+ cursor: text;
514
+ margin-top: 1em;
515
+ margin-bottom: 1em;
516
+ color: #000000;
517
+ border-width: 1px;
518
+ border-style: solid;
519
+ border-color: #999999;
520
+ font-weight: bolder;
521
522
0 commit comments