|
35 | 35 | color: #0d9c29
|
36 | 36 | }
|
37 | 37 |
|
38 |
| -.qwebr-output-code-stdout { |
| 38 | +body.quarto-light .qwebr-output-code-stdout { |
39 | 39 | color: #111;
|
40 | 40 | }
|
41 | 41 |
|
| 42 | +body.quarto-dark .qwebr-output-code-stdout { |
| 43 | + color: #EEE; |
| 44 | +} |
| 45 | + |
42 | 46 | .qwebr-output-code-stderr {
|
43 | 47 | color: #db4133;
|
44 | 48 | }
|
45 | 49 |
|
46 |
| -.qwebr-editor { |
| 50 | +body.quarto-light .qwebr-editor { |
47 | 51 | border: 1px solid #EEEEEE;
|
48 | 52 | }
|
49 | 53 |
|
50 |
| -.qwebr-editor-toolbar { |
| 54 | +body.quarto-light .qwebr-editor-toolbar { |
51 | 55 | background-color: #EEEEEE;
|
52 | 56 | padding: 0.2rem 0.5rem;
|
53 | 57 | }
|
54 | 58 |
|
| 59 | +body.quarto-dark .qwebr-editor { |
| 60 | + border: 1px solid #111; |
| 61 | +} |
| 62 | + |
| 63 | +body.quarto-dark .qwebr-editor-toolbar { |
| 64 | + background-color: #111; |
| 65 | + padding: 0.2rem 0.5rem; |
| 66 | +} |
| 67 | + |
55 | 68 | .qwebr-button {
|
56 |
| - background-color: #EEEEEE; |
57 | 69 | display: inline-block;
|
58 | 70 | font-weight: 400;
|
59 | 71 | line-height: 1;
|
60 | 72 | text-decoration: none;
|
61 | 73 | text-align: center;
|
62 |
| - color: #000; |
63 |
| - border-color: #dee2e6; |
64 |
| - border: 1px solid rgba(0,0,0,0); |
65 | 74 | padding: 0.375rem 0.75rem;
|
66 | 75 | font-size: .9rem;
|
67 | 76 | border-radius: 0.25rem;
|
68 | 77 | transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
69 | 78 | }
|
70 | 79 |
|
71 |
| -.qwebr-button:hover { |
| 80 | +body.quarto-light .qwebr-button { |
| 81 | + background-color: #EEEEEE; |
| 82 | + color: #000; |
| 83 | + border-color: #dee2e6; |
| 84 | + border: 1px solid rgba(0,0,0,0); |
| 85 | +} |
| 86 | + |
| 87 | +body.quarto-dark .qwebr-button { |
| 88 | + background-color: #111; |
| 89 | + color: #EEE; |
| 90 | + border-color: #dee2e6; |
| 91 | + border: 1px solid rgba(0,0,0,0); |
| 92 | +} |
| 93 | + |
| 94 | +body.quarto-light .qwebr-button:hover { |
72 | 95 | color: #000;
|
73 | 96 | background-color: #d9dce0;
|
74 | 97 | border-color: #c8ccd0;
|
75 | 98 | }
|
76 | 99 |
|
| 100 | +body.quarto-dark .qwebr-button:hover { |
| 101 | + color: #d9dce0; |
| 102 | + background-color: #323232; |
| 103 | + border-color: #d9dce0; |
| 104 | +} |
| 105 | + |
77 | 106 | .qwebr-button:disabled,.qwebr-button.disabled,fieldset:disabled .qwebr-button {
|
78 | 107 | pointer-events: none;
|
79 | 108 | opacity: .65
|
|
111 | 140 | display: contents;
|
112 | 141 | }
|
113 | 142 |
|
114 |
| -.reveal pre div code.qwebr-output-code-stdout { |
| 143 | +body.reveal.quarto-light pre div code.qwebr-output-code-stdout { |
115 | 144 | color: #111;
|
116 | 145 | }
|
117 | 146 |
|
| 147 | +body.reveal.quarto-dark pre div code.qwebr-output-code-stdout { |
| 148 | + color: #EEEEEE; |
| 149 | +} |
| 150 | + |
118 | 151 | .reveal pre div code.qwebr-output-code-stderr {
|
119 | 152 | color: #db4133;
|
120 | 153 | }
|
|
0 commit comments