README update & text selection fix

This commit is contained in:
2024-02-20 17:28:56 +01:00
parent 8ae3959f78
commit 6c1479cc44
2 changed files with 5 additions and 4 deletions

View File

@@ -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. 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` `sudo npm install -g firebase-tools`
`firebae login` `firebase login`
`firebase deploy --only hosting:mike-czyz-website` `firebase deploy --only hosting:mike-czyz-website`

View File

@@ -202,6 +202,7 @@ a:focus {
.theme-text { .theme-text {
white-space: nowrap; white-space: nowrap;
padding: 0 0.125in; padding: 0 0.125in;
user-select: none;
} }
.pgp-key:hover, .pgp-key:hover,
.gpg-key:active, .gpg-key:active,