Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 1597f3d..76b0779 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -441,7 +441,7 @@ li {
padding-left: 16px;
}
-li:before {
+ul > li::before {
content: "•";
color: #008080;
margin-right: 10px;
@@ -452,7 +452,7 @@ ul li ul li {
margin-left: 10px;
}
-ul li ul li:before {
+ul li ul li::before {
margin-left: 10px;
content: "-";
}