|
32 | 32 | --error: #e10600; |
33 | 33 | --rm300: #f7bfc3; |
34 | 34 | --rm500: #e1000f; |
35 | | - --scroll-shadow: rgba(30,30,30,0.16); |
36 | | - --overlay: hsla(0,0%,61.2%,0.32); |
| 35 | + --scroll-shadow: rgba(30, 30, 30, 0.16); |
| 36 | + --overlay: rgba(156, 156, 156, 0.32); |
37 | 37 |
|
38 | 38 | --color-hover: rgba(0, 0, 221, 0.5); |
39 | 39 | --color-active: rgba(41, 41, 255, 0.5); |
40 | 40 |
|
41 | 41 | --block-color-hover: hsla(0,0%,87.8%,0.5); |
42 | 42 | --block-color-active: hsla(0,0%,76.1%,0.5); |
43 | 43 |
|
44 | | - |
45 | 44 | --in-content-page-background: rgb(28,27,34); |
46 | 45 | --in-content-page-color: rgb(251,251,254); |
47 | 46 | --in-content-deemphasized-text: rgb(191,191,201); |
|
78 | 77 | --dialog-warning-text-color: var(--red-40); |
79 | 78 | --is-link: ''; |
80 | 79 | scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3); |
| 80 | + --ul-type: none; |
| 81 | + --ol-type: none; |
| 82 | + |
| 83 | + --link-underline: 0 1px 0 0 currentColor; |
| 84 | + --link-blank-font: normal normal normal 1rem/1 dsfr-icons; |
| 85 | + --link-blank-content: "\00a0"; |
| 86 | + --ul-type: "●\00a0\00a0"; |
| 87 | + --ol-type: decimal; |
| 88 | + --ul-start: 1rem; |
| 89 | + --ol-start: 1.5rem; |
| 90 | + --xl-block: 0.5rem; |
| 91 | + --li-bottom: 0.25rem; |
| 92 | + --xl-base: 1em; |
| 93 | + --ol-content: counters(li-counter, ".") ".\00a0\00a0"; |
| 94 | + |
| 95 | + --block-color-hover: rgba(224, 224, 224, 0.5); |
| 96 | + --block-color-active: rgba(194, 194, 194, 0.5); |
81 | 97 | } |
82 | 98 |
|
83 | 99 | :host, :root { |
|
0 commit comments