diff --git a/README.md b/README.md index 72ad84c..f65a82d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ There's so much bloat that I'm just too lazy to update it all the time and migrate old code. -This time I focus on simplicity. +This time I focused on simplicity. -Deploy command cuz I'm forgetting all the time: +Deploy commands cuz I keep forgetting all the time: `sudo npm install -g firebase-tools` -`firebae login` -`firebase deploy --only hosting:mike-czyz-website` \ No newline at end of file +`firebase login` +`firebase deploy --only hosting:mike-czyz-website` diff --git a/public/styles.css b/public/styles.css index 9b14e4c..9b79df3 100644 --- a/public/styles.css +++ b/public/styles.css @@ -202,6 +202,7 @@ a:focus { .theme-text { white-space: nowrap; padding: 0 0.125in; + user-select: none; } .pgp-key:hover, .gpg-key:active,