Skip to content

Commit 4b9d187

Browse files
committed
protect bookmark terminal colors #246
1 parent 3c2fb3b commit 4b9d187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/css/terminal.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.lips.terminal {
2-
--terminal: black;
2+
--background: #000;
3+
--color: #ccc;
34
}
45
.terminal .token.__doc__::before {
56
color: var(--base-background, #000);

0 commit comments

Comments
 (0)