We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7c906 commit f500842Copy full SHA for f500842
1 file changed
components/ui/MarkdownContent/stylesheets/lists.scss
@@ -13,22 +13,19 @@
13
margin-bottom: 5px;
14
15
&:before {
16
- top: 2px;
17
- font-size: 16px;
+ width: 22px;
+ height: 22px;
18
+ font-size: 14px;
19
+ margin: 1px 0 0 8px;
20
content: counter(li);
21
counter-increment: li;
22
position: absolute;
23
left: 0;
- height: 100%;
- padding: 0 10px 0 0;
24
- color: var(--color-fg-subtle);
25
- font-weight: bold;
26
- line-height: 35px;
27
- text-align: right;
+ color: var(--color-canvas-default);
+ font-weight: 500;
+ text-align: center;
28
border-radius: 50%;
29
- width: 24px;
30
- height: 24px;
31
- background-color: var(--color-canvas-default);
+ background-color: var(--color-fg-default);
32
}
33
34
&:after {
0 commit comments