File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
doc/sphinx/source/themes/neo4j/static/css Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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 : 4 px 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 : 1 px solid # f6ad55 ;
222+ /* color: #702459; */
223+ /* background-color: #fed7e2; */
224224}
225225
226226body .sphinx .doc dl .deprecated {
@@ -230,4 +230,8 @@ body.sphinx .doc dl.deprecated {
230230
231231body .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}
You can’t perform that action at this time.
0 commit comments