diff --git a/CHANGELOG.md b/CHANGELOG.md index 116fcba..2767a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Composer - Node.JS - Severe over-engineering +- Attribution ## 1.0 diff --git a/src/style.scss b/src/style.scss index a134288..63357e0 100644 --- a/src/style.scss +++ b/src/style.scss @@ -21,6 +21,20 @@ body { height: 100%; } +#copyright-notice { + position: absolute; + right: 0; + top: 0; + z-index: 1; + background: rgba(0, 0, 0, 0.5); + padding: 3px; + border-bottom-left-radius: 3px; + + &, & a { + color: white; + } +} + // Styles for the "Open" page canvas { @include full-screen; diff --git a/templates/closed.html b/templates/closed.html index f2e8456..ab6690a 100644 --- a/templates/closed.html +++ b/templates/closed.html @@ -13,6 +13,7 @@