Skip to content

Commit

Permalink
Merge pull request #519 from bashtage/sphinx-immaterial
Browse files Browse the repository at this point in the history
DOC: Small improvements
  • Loading branch information
bashtage authored Apr 26, 2023
2 parents ace8056 + 88f606a commit 90dac2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/_static/css/small_fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ span.classifier:before {

div.deprecated, div.versionadded, div.versionchanged {
background-color: #FFFFFF;
border-left: .05rem solid;
border: .05rem solid;
border-color: #459db9;
border-radius: .2rem;
/* box-shadow: 0 .2rem .5rem #d8d8d8,0 0 .0625rem #d8d8d8!important; */
Expand All @@ -32,7 +32,7 @@ div.deprecated>p, div.versionadded>p, div.versionchanged>p {

div.deprecated {
border-color: #dc3545;
background-color: rgba(255, 0, 0, 0.2);
background-color: rgba(255, 0, 0, 0.1);
}

span.versionmodified {
Expand All @@ -49,6 +49,5 @@ div.deprecated p:before {

span.versionmodified.deprecated:before {
color: #dc3545;
/* content: ""; */
}

0 comments on commit 90dac2d

Please sign in to comment.