Skip to content

Commit 435b119

Browse files
committed
tone down deprecated notices
1 parent ab135a3 commit 435b119

File tree

1 file changed

+9
-5
lines changed
  • doc/sphinx/source/themes/neo4j/static/css

1 file changed

+9
-5
lines changed

doc/sphinx/source/themes/neo4j/static/css/neo4j.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ body.sphinx .deprecated > *::after {
216216
content: unset;
217217
}
218218

219-
body.sphinx .doc dl.deprecated,
220-
body.sphinx .doc div.deprecated {
221-
border-left: 4px solid #d53f8c;
222-
color: #702459;
223-
background-color: #fed7e2;
219+
body.sphinx .doc dl.deprecated dt:first-of-type span.sig-prename,
220+
body.sphinx .doc dl.deprecated dt:first-of-type span.sig-name {
221+
border-bottom: 1px solid #f6ad55;
222+
/* color: #702459; */
223+
/* background-color: #fed7e2; */
224224
}
225225

226226
body.sphinx .doc dl.deprecated {
@@ -230,4 +230,8 @@ body.sphinx .doc dl.deprecated {
230230

231231
body.sphinx .doc div.deprecated {
232232
padding: 1rem;
233+
margin: 0 2rem;
234+
/* color: #702459; */
235+
border-left: 2px solid #f6ad55;
236+
background-color: #fffaf0;
233237
}

0 commit comments

Comments
 (0)