We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbaa1f commit 8816728Copy full SHA for 8816728
src/odoc/etc/odoc.css
@@ -399,10 +399,6 @@ li code {
399
padding: 0 0.3ex;
400
}
401
402
-li a code {
403
- color: var(--link-color);
404
-}
405
-
406
p a > code {
407
color: var(--link-color);
408
@@ -432,8 +428,7 @@ pre code {
432
428
433
429
434
430
div.spec, .def-doc {
435
- margin-top: 20px;
436
- margin-bottom: 10px;
431
+ margin-bottom: 20px;
437
438
439
.spec.type .variant {
@@ -523,10 +518,6 @@ td.def-doc *:first-child {
523
518
margin-top: 0em;
524
519
525
520
526
-td.def-doc {
527
- padding-left: 2ex;
528
529
530
521
/* Lists of @tags */
531
522
532
.at-tags { list-style-type: none; margin-left: -3ex; }
0 commit comments