Skip to content

Commit afbf278

Browse files
committed
Additional fixes to deprecated label
1 parent 9cfe738 commit afbf278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/neo4j-docs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ span.fabric::after {
258258
}
259259

260260
.doc .admonitionblock.deprecated .icon {
261-
background-color: var(--deprecated-color);
262-
color: var(--deprecated-background-color);
261+
background-color: var(--deprecated-background-color);
262+
color: var(--deprecated-color);
263263
}
264264

265265
.doc .admonitionblock.deprecated .icon i::after {

0 commit comments

Comments
 (0)