|
92 | 92 | --cui-tertiary-color-rgb: 37, 42.92, 54.02;
|
93 | 93 | --cui-tertiary-bg: rgba(33, 37, 41, 0.75);
|
94 | 94 | --cui-tertiary-bg-rgb: 33, 37, 41;
|
95 |
| - --cui-body-color-dark: #dee2e6; |
96 |
| - --cui-body-color-rgb-dark: 222, 226, 230; |
97 |
| - --cui-body-bg-dark: #212529; |
98 |
| - --cui-body-bg-rgb-dark: 33, 37, 41; |
99 |
| - --cui-emphasis-color-dark: #fff; |
100 |
| - --cui-emphasis-color-rgb-dark: 255, 255, 255; |
101 |
| - --cui-secondary-color-dark: rgba(222, 226, 230, 0.75); |
102 |
| - --cui-secondary-color-rgb-dark: 222, 226, 230; |
103 |
| - --cui-secondary-bg-dark: #343a40; |
104 |
| - --cui-secondary-bg-rgb-dark: 52, 58, 64; |
105 |
| - --cui-tertiary-color-dark: rgba(222, 226, 230, 0.5); |
106 |
| - --cui-tertiary-color-rgb-dark: 222, 226, 230; |
107 |
| - --cui-tertiary-bg-dark: rgb(42.5, 47.5, 52.5); |
108 |
| - --cui-tertiary-bg-rgb-dark: 42.5, 47.5, 52.5; |
109 |
| - --cui-high-emphasis: rgba(37, 42.92, 54.02, 0.95); |
110 |
| - --cui-medium-emphasis: rgba(37, 42.92, 54.02, 0.681); |
111 |
| - --cui-disabled: rgba(37, 42.92, 54.02, 0.38); |
112 |
| - --cui-high-emphasis-inverse: rgba(255, 255, 255, 0.87); |
113 |
| - --cui-medium-emphasis-inverse: rgba(255, 255, 255, 0.6); |
114 |
| - --cui-disabled-inverse: rgba(255, 255, 255, 0.38); |
| 95 | + --cui-body-color: #212529; |
| 96 | + --cui-body-color-rgb: 33, 37, 41; |
| 97 | + --cui-body-bg: #fff; |
| 98 | + --cui-body-bg-rgb: 255, 255, 255; |
| 99 | + --cui-emphasis-color: #000; |
| 100 | + --cui-emphasis-color-rgb: 0, 0, 0; |
| 101 | + --cui-secondary-color: rgba(33, 37, 41, 0.75); |
| 102 | + --cui-secondary-color-rgb: 33, 37, 41; |
| 103 | + --cui-secondary-bg: #e9ecef; |
| 104 | + --cui-secondary-bg-rgb: 233, 236, 239; |
| 105 | + --cui-tertiary-color: rgba(33, 37, 41, 0.5); |
| 106 | + --cui-tertiary-color-rgb: 33, 37, 41; |
| 107 | + --cui-tertiary-bg: #f8f9fa; |
| 108 | + --cui-tertiary-bg-rgb: 248, 249, 250; |
115 | 109 | --cui-heading-color: inherit;
|
116 | 110 | --cui-link-color: #0d6efd;
|
117 | 111 | --cui-link-color-rgb: 13, 110, 253;
|
118 | 112 | --cui-link-decoration: underline;
|
119 |
| - --cui-link-hover-color: rgb(10.4, 88, 202.4); |
120 |
| - --cui-link-hover-color-rgb: 10.4, 88, 202.4; |
| 113 | + --cui-link-hover-color: #0a58ca; |
| 114 | + --cui-link-hover-color-rgb: 10, 88, 202; |
121 | 115 | --cui-code-color: #d63384;
|
122 | 116 | --cui-highlight-color: #212529;
|
123 |
| - --cui-highlight-bg: rgb(255, 242.6, 205.4); |
| 117 | + --cui-highlight-bg: #fff3cd; |
124 | 118 | --cui-border-width: 1px;
|
125 | 119 | --cui-border-style: solid;
|
126 | 120 | --cui-border-color: #dee2e6;
|
|
0 commit comments