Skip to content

Commit

Permalink
Remove customization for definition lists
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Mar 7, 2024
1 parent 9cfd877 commit 739c730
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ h3 {
border-bottom: 1px solid lightpink;
}

/* Override the red color and background for code elements */
code {
color: #2c3e50;
background-color: #ecf0f1;
}

/* Contrast for pre elements was to small. */
pre {
color: #2c3e50;
Expand Down Expand Up @@ -77,43 +71,6 @@ level AA test for contrast */
background-color: #f2dede;
}

/* Definition list */
dl {
overflow: auto;
}

dt {
clear: left;
float: left;
text-align: right;
width: 14rem;
}

dt:after {
content: ":";
}

dd {
margin-top: 0;
margin-left: 15rem;
}

/* Autogenerated classes use definition lists. Override for them */
.class dt {
clear: none;
float: none;
text-align: initial;
width: auto;
}

.class dd {
margin-left: auto;
}

.class dt:after {
content: initial;
}

/* Highlight versionadded more */
p.versionadded {
background-color: lightsteelblue;
Expand Down

0 comments on commit 739c730

Please sign in to comment.