Changes to list items in CSS

bookshelf
Gutenberg back end service account 2019-11-14 14:59:36 -05:00
parent a6d13c1294
commit 3540911188
1 changed files with 9 additions and 0 deletions

View File

@ -581,6 +581,15 @@ visibility: hidden;
pointer-events: none;
}
.page_content ul li{
list-style: none;
}
.page_content ul li::before {
color: #A01F13;
content: "\25a0";
padding-right: 1em;
font-size:8px;
}
.anchor a{
top:-80px;