File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,18 @@ div.footer a:hover {
323
323
color : # 0095c4 ;
324
324
}
325
325
326
+ /* C API return value annotations */
327
+ : root {
328
+ --refcount : # 060 ;
329
+ --refcount-return-borrowed-ref : rgb (133 72 38 );
330
+ }
331
+
326
332
.refcount {
327
- color : # 060 ;
333
+ color : var (--refcount );
334
+ }
335
+
336
+ .refcount .return_borrowed_ref {
337
+ color : var (--refcount-return-borrowed-ref )
328
338
}
329
339
330
340
.stableabi {
Original file line number Diff line number Diff line change @@ -79,8 +79,11 @@ table.docutils th {
79
79
background-color : # 424242 ;
80
80
}
81
81
82
- .refcount {
83
- color : # afa ;
82
+ /* C API return value annotations */
83
+
84
+ : root {
85
+ --refcount : # afa ;
86
+ --refcount-return-borrowed-ref : rgb (244 , 227 , 76 );
84
87
}
85
88
86
89
.stableabi {
You can’t perform that action at this time.
0 commit comments