aboutsummaryrefslogtreecommitdiff
path: root/style/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style/main.scss')
-rw-r--r--style/main.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/style/main.scss b/style/main.scss
index 1c03a1e..5afd75a 100644
--- a/style/main.scss
+++ b/style/main.scss
@@ -79,4 +79,21 @@ h2::before {
h3::before {
content: '### ';
+}
+
+main ul {
+ padding: 0;
+
+ li {
+ list-style: none;
+ padding-left: 30px;
+ position: relative;
+
+ &::before {
+ content: "\00a0- ";
+ position: absolute;
+ top: 0;
+ left: 0;
+ }
+ }
} \ No newline at end of file