This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
plugin-carbon-themes/web/css
plugin-client-common/web/css/static Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ body.kui--alternate .repl:not(.kui--input-stripe) .repl-block {
5
5
padding-right : calc (1em * 0.875 );
6
6
}
7
7
8
- /*body.kui--alternate .repl-prompt-righty {
9
- color: var(--color-text-01);
10
- }*/
8
+ body .kui--alternate .repl-prompt {
9
+ font-family : "IBM Plex Sans Condensed" ;
10
+ }
11
+ body .kui--alternate .repl-prompt .repl-context {
12
+ filter : none;
13
+ color : var (--color-text-02 );
14
+ }
Original file line number Diff line number Diff line change 22
22
.repl-prompt {
23
23
font-family : var (--font-sans-serif );
24
24
font-weight : 500 ;
25
- font-size : 0.875em ;
26
25
margin-right : 0.1875em ;
27
26
--color-prompt-text : var (--color-brand-02 );
28
27
--color-prompt-background : transparent ;
38
37
.repl-context {
39
38
background-color : var (--color-prompt-background );
40
39
letter-spacing : 0.16px ;
41
- filter : grayscale (50% );
40
+ filter : opacity ( 0.6875 ) grayscale (50% );
42
41
}
43
42
/* .repl-block.using-custom-prompt .repl-prompt-righty > svg,
44
43
.repl-block.using-custom-prompt .repl-prompt-righty > i,
You can’t perform that action at this time.
0 commit comments