diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0dbeea3..cf677b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
- Fix version links in CHANGELOG.md
- Fix refresh icon font
+- Add code comments
+- Return always boolean in `setLocalStorageItem()`
## [0.1.4][] - 2022-05-04
diff --git a/public/css/notes.css b/public/css/notes.css
index edb1167..65e3d96 100644
--- a/public/css/notes.css
+++ b/public/css/notes.css
@@ -47,7 +47,8 @@
.note[data-content='c4']::after,
.note[data-content='h3']::after,
.note[data-content='e2']::after,
-.note[data-content='d2']::after {
+.note[data-content='d2']::after,
+.note[data-content='a5']::after {
content: '';
position: absolute;
background: #0f172a;
@@ -57,6 +58,7 @@
}
.note[data-content='c4']::after,
-.note[data-content='e2']::after {
+.note[data-content='e2']::after,
+.note[data-content='a5']::after {
top: 50%;
}
diff --git a/public/game.html b/public/game.html
index 12d75c4..88d3b77 100644
--- a/public/game.html
+++ b/public/game.html
@@ -105,6 +105,7 @@
+