diff options
Diffstat (limited to 'out/main.css')
-rw-r--r-- | out/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/out/main.css b/out/main.css index d01c617..a47c6f9 100644 --- a/out/main.css +++ b/out/main.css @@ -112,12 +112,12 @@ body.index article ul { body.index article a.external { background-position: center right; background-repeat: no-repeat; - background-image: url(External.svg); + background-image: url(external.svg); background-size: 12px 12px; padding-right: 13px; } body.dnd { - background: url(dnd/Background.png) repeat-y; + background: url(dnd/background.png) repeat-y; background-size: 100%; /* This bit mostly taken from the defaults of org-mode export */ } body.dnd article { |