diff --git a/index.html b/index.html index a13e18af..56daece5 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@
- + diff --git a/sass/app.scss b/sass/app.scss index e4d5b651..2dec3889 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -152,7 +152,7 @@ ul { position: relative; &:before { - content: 'Layers: '; + content: attr(data-title); display: inline-block; position: absolute; bottom: -0.3em;