Add post about disallowing AI robots

This commit is contained in:
Devon Campbell 2023-08-14 18:00:14 -04:00
commit 1f98d50d2d
4 changed files with 66 additions and 11 deletions

View file

@ -8,6 +8,7 @@
:root {
--accent: #890b63;
--accent-alt: #6b2957;
--code-color: #632d55;
--text-over-background: #dcdcdc;
--fancy-font-stack: BitBold, monospace;
--accent-over-background: rgb(62, 249, 138);
@ -17,6 +18,7 @@
:root {
--accent: rgb(62, 249, 138);
--accent-alt: #06cb56;
--code-color: #ddfde3;
}
}
@ -78,6 +80,10 @@ a:visited:hover {
text-shadow: 0 0 2px #fff, 0 0 8px var(--accent);
}
code {
color: var(--code-color);
}
body > nav {
align-self: start;
grid-row: 2;