diff --git a/css/screen.scss b/css/screen.scss index a7db287..09b423e 100644 --- a/css/screen.scss +++ b/css/screen.scss @@ -124,7 +124,8 @@ table.bordered tr { border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; } .publi_table td:nth-child(2) { width: 60%; } .publi_table td:nth-child(3) { width: 10%; } -ul { list-style-image: url('/images/bullet_dark.png'); } +ul { list-style-image: url('/images/bullet_dark.svg'); } +li ul { list-style-image: url('/images/bullet_dark_single.svg'); } ul li { margin-left: 1em; } ol { list-style-type: decimal; } diff --git a/images/bullet_dark.png b/images/bullet_dark.png deleted file mode 100644 index aecc75d..0000000 Binary files a/images/bullet_dark.png and /dev/null differ diff --git a/images/bullet_dark.svg b/images/bullet_dark.svg new file mode 100644 index 0000000..27ff552 --- /dev/null +++ b/images/bullet_dark.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + diff --git a/images/bullet_dark_single.svg b/images/bullet_dark_single.svg new file mode 100644 index 0000000..16f0d78 --- /dev/null +++ b/images/bullet_dark_single.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + +