diff --git a/doc/main-dark.css b/doc/main-dark.css
index 2820dfe5..4cdbcab2 100644
--- a/doc/main-dark.css
+++ b/doc/main-dark.css
@@ -883,19 +883,6 @@ div.header + li {
padding-left: 1;
}
-.content ul li::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 1.5em;
- height: 1.5em;
- background-image: url('data:image/svg+xml;utf8,');
- background-repeat: no-repeat;
- background-position: 50% 50%;
- float: left;
-}
-
.content a {
text-decoration: none;
color: #439c91;
diff --git a/doc/main.css b/doc/main.css
index a7a71a8e..af3edc21 100644
--- a/doc/main.css
+++ b/doc/main.css
@@ -883,19 +883,6 @@ div.header + li {
padding-left: 1;
}
-.content ul li::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 1.5em;
- height: 1.5em;
- background-image: url('data:image/svg+xml;utf8,');
- background-repeat: no-repeat;
- background-position: 50% 50%;
- float: left;
-}
-
.content a {
text-decoration: none;
color: #57baae;