|
38 | 38 | --RS__lineHeightCompensation:1; |
39 | 39 |
|
40 | 40 | --RS__baseLineHeight:calc(1.5 * var(--RS__lineHeightCompensation)); |
| 41 | + |
| 42 | + --RS__selectionTextColor:inherit; |
| 43 | + |
| 44 | + --RS__selectionBackgroundColor:#b4d8fe; |
| 45 | + |
| 46 | + --RS__visitedColor:#551A8B; |
| 47 | + |
| 48 | + --RS__linkColor:#0000EE; |
| 49 | + |
| 50 | + --RS__textColor:#121212; |
| 51 | + |
| 52 | + --RS__backgroundColor:#FFFFFF; |
| 53 | + color:var(--RS__textColor) !important; |
| 54 | + |
| 55 | + background-color:var(--RS__backgroundColor) !important; |
| 56 | +} |
| 57 | + |
| 58 | +::-moz-selection{ |
| 59 | + color:var(--RS__selectionTextColor); |
| 60 | + background-color:var(--RS__selectionBackgroundColor); |
| 61 | +} |
| 62 | + |
| 63 | +::selection{ |
| 64 | + color:var(--RS__selectionTextColor); |
| 65 | + background-color:var(--RS__selectionBackgroundColor); |
41 | 66 | } |
42 | 67 |
|
43 | 68 | html{ |
@@ -193,36 +218,6 @@ math{ |
193 | 218 | --RS__lineHeightCompensation:1.167; |
194 | 219 | } |
195 | 220 |
|
196 | | -:root{ |
197 | | - |
198 | | - --RS__selectionTextColor:inherit; |
199 | | - |
200 | | - --RS__selectionBackgroundColor:#b4d8fe; |
201 | | - |
202 | | - --RS__visitedColor:#551A8B; |
203 | | - |
204 | | - --RS__linkColor:#0000EE; |
205 | | - |
206 | | - --RS__textColor:#121212; |
207 | | - |
208 | | - --RS__backgroundColor:#FFFFFF; |
209 | | -} |
210 | | - |
211 | | -:root{ |
212 | | - color:var(--RS__textColor) !important; |
213 | | - background-color:var(--RS__backgroundColor) !important; |
214 | | -} |
215 | | - |
216 | | -::-moz-selection{ |
217 | | - color:var(--RS__selectionTextColor); |
218 | | - background-color:var(--RS__selectionBackgroundColor); |
219 | | -} |
220 | | - |
221 | | -::selection{ |
222 | | - color:var(--RS__selectionTextColor); |
223 | | - background-color:var(--RS__selectionBackgroundColor); |
224 | | -} |
225 | | - |
226 | 221 | @font-face{ |
227 | 222 | font-family:AccessibleDfA; |
228 | 223 | font-style:normal; |
|
0 commit comments