add colored lists
This commit is contained in:
@@ -149,12 +149,13 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 0.75rem;
|
margin-right: 0.75rem;
|
||||||
content: "\2022";
|
content: "\2022";
|
||||||
opacity: 0.2;
|
color: $colorYellow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> ol {
|
> ol {
|
||||||
|
list-style: none;
|
||||||
counter-reset: item;
|
counter-reset: item;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@@ -171,9 +172,9 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
background-color: rgba($colorWhite, 0.1);
|
background-color: rgba($colorYellow, 0.1);
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
color: rgba($colorWhite, 0.4);
|
color: $colorYellow;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
content: counter(item);
|
content: counter(item);
|
||||||
|
|||||||
Reference in New Issue
Block a user