diff options
Diffstat (limited to 'out/main.css')
-rw-r--r-- | out/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/out/main.css b/out/main.css index 05dc89e..f1f72ba 100644 --- a/out/main.css +++ b/out/main.css @@ -99,6 +99,12 @@ body.index article ul { body.index article ul li > * { display: table-cell; padding-right: 0.1em; } +body.index article a.external { + background-position: center right; + background-repeat: no-repeat; + background-image: url(External.svg); + background-size: 12px 12px; + padding-right: 13px; } body.dnd { background: url(dnd/Background.png) repeat-y; |