diff --git a/config.json b/config.json index 6f096a2..1cdcd62 100644 --- a/config.json +++ b/config.json @@ -6,6 +6,7 @@ "url": "data/schedule.json" }, "plugins": [ + "change-notify", "current-day", "refresh", "star", diff --git a/css/main.css b/css/main.css index aea5f2d..a9253ca 100644 --- a/css/main.css +++ b/css/main.css @@ -114,4 +114,26 @@ h3 { .talk.starred .star-button { background-color: #ff69b4; -} \ No newline at end of file +} + +.change-notify { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + height: auto; +} + +.change-notify-entry { + width: 100%; + display: block; + border: #000000 solid 1px; + background-color: red; + padding: 5px; + font-size: 1.5em; +} + +.change-notify-close { + float: right; + margin-right: 10px; +} diff --git a/index.html b/index.html index 7c02b34..0268852 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@
+