diff --git a/src/script.js b/src/script.js index 211afe1..2953f4f 100644 --- a/src/script.js +++ b/src/script.js @@ -249,7 +249,7 @@ settingsBtn, onboardModal, notificationsBtn */ + '

' + item.title + '

Last updated: ' + utils.getHumanDate(item.updatedOn) + ''; }); } else { - html += 'Nothing saved here.' + html += '

Nothing saved here.

' } savedItemsPane.querySelector('#js-saved-items-wrap').innerHTML = html; toggleSavedItemsPane(); diff --git a/src/style.css b/src/style.css index 7d5a329..bafb76f 100644 --- a/src/style.css +++ b/src/style.css @@ -31,6 +31,7 @@ a { text-decoration: none; color: crimson; cursor: pointer; } .relative { position: relative; } .tac { text-align: center; } .full-width { width: 100%; } +.opacity--30 { opacity: 0.3; } [class*="hint--"]:after { text-transform: none;