Skip to content
Snippets Groups Projects
Commit 425d5041 authored by Chris Lawton's avatar Chris Lawton
Browse files

rich text anchor and list styling

parent 2b2a3c7e
No related branches found
No related tags found
No related merge requests found
.rich-text { .rich-text {
margin-bottom: 2rem;
a {
font-weight: $weight--bold;
border-bottom: 1px solid transparent;
transition: border, color, 0.15s ease-in-out;
&:hover {
border-bottom: 1px solid $color--primary;
}
}
ul { ul {
list-style: inside disc; padding-left: 20px;
list-style: outside disc;
li {
margin-bottom: 1rem;
}
} }
ol { ol {
list-style: inside decimal; list-style: inside decimal;
li {
margin-bottom: 1rem;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment